Appearance
@line/bot-sdk / channelAccessToken / IssueChannelAccessTokenResponse
Type Alias: IssueChannelAccessTokenResponse
IssueChannelAccessTokenResponse =
object
Defined in: lib/channel-access-token/model/issueChannelAccessTokenResponse.ts:17
Issued channel access token
See
https://developers.line.biz/en/reference/messaging-api/#issue-channel-access-token-v2-1
Properties
access_token
access_token:
string
Defined in: lib/channel-access-token/model/issueChannelAccessTokenResponse.ts:21
Channel access token.
expires_in
expires_in:
number
Defined in: lib/channel-access-token/model/issueChannelAccessTokenResponse.ts:25
Amount of time in seconds from issue to expiration of the channel access token
key_id
key_id:
string
Defined in: lib/channel-access-token/model/issueChannelAccessTokenResponse.ts:34
Unique key ID for identifying the channel access token.
token_type
token_type:
string
Defined in: lib/channel-access-token/model/issueChannelAccessTokenResponse.ts:30
A token type.
Default
ts
'Bearer'