Appearance
@line/bot-sdk • Docs
@line/bot-sdk / channelAccessToken / IssueChannelAccessTokenResponse
Type Alias: IssueChannelAccessTokenResponse
IssueChannelAccessTokenResponse:
object
Issued channel access token
Type declaration
access_token
access_token:
string
Channel access token.
See
expires_in
expires_in:
number
Amount of time in seconds from issue to expiration of the channel access token
See
key_id
key_id:
string
Unique key ID for identifying the channel access token.
See
token_type
token_type:
string
A token type.
See
Defined in
lib/channel-access-token/model/issueChannelAccessTokenResponse.ts:16