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