Appearance
@line/bot-sdk / channelAccessToken / IssueShortLivedChannelAccessTokenResponse
Type Alias: IssueShortLivedChannelAccessTokenResponse
IssueShortLivedChannelAccessTokenResponse =
object
Defined in: lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:17
Issued short-lived channel access token
See
https://developers.line.biz/en/reference/messaging-api/#issue-shortlived-channel-access-token
Properties
access_token
access_token:
string
Defined in: lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:21
A short-lived channel access token. Valid for 30 days. Note: Channel access tokens cannot be refreshed.
expires_in
expires_in:
number
Defined in: lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:25
Time until channel access token expires in seconds from time the token is issued.
token_type
token_type:
string
Defined in: lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:30
Token type. The value is always Bearer.
Default
ts
'Bearer'