LINE Messaging API SDK for PHP

LiffScope
in package

LiffScope Class Doc Comment

Tags
category

Class

description

Array of scopes required for some LIFF SDK methods to function. The default value is `["profile", "chat_message.write"]`.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

CHAT_MESSAGE_WRITE  = 'chat_message.write'
EMAIL  = 'email'
OPENID  = 'openid'
Possible values of this enum
PROFILE  = 'profile'
getAllowableEnumValues()  : array<string|int, string>
Gets allowable values of the enum

Constants

CHAT_MESSAGE_WRITE

public mixed CHAT_MESSAGE_WRITE = 'chat_message.write'

OPENID

Possible values of this enum

public mixed OPENID = 'openid'

Methods

getAllowableEnumValues()

Gets allowable values of the enum

public static getAllowableEnumValues() : array<string|int, string>
Return values
array<string|int, string>

Search results