Appearance
@line/bot-sdk • Docs
@line/bot-sdk / channelAccessToken / IssueStatelessChannelAccessTokenResponse
Type Alias: IssueStatelessChannelAccessTokenResponse
IssueStatelessChannelAccessTokenResponse:
object
Issued stateless channel access token
Type declaration
access_token
access_token:
string
A stateless channel access token. The token is an opaque string which means its format is an implementation detail and the consumer of this token should never try to use the data parsed from the token.
See
expires_in
expires_in:
number
Duration in seconds after which the issued access token expires
See
token_type
token_type:
string
Token type. The value is always Bearer
.
See
Defined in
lib/channel-access-token/model/issueStatelessChannelAccessTokenResponse.ts:16