Appearance
@line/bot-sdk • Docs
@line/bot-sdk / channelAccessToken / IssueShortLivedChannelAccessTokenResponse
Type Alias: IssueShortLivedChannelAccessTokenResponse
IssueShortLivedChannelAccessTokenResponse:
object
Issued short-lived channel access token
Type declaration
access_token
access_token:
string
A short-lived channel access token. Valid for 30 days. Note: Channel access tokens cannot be refreshed.
See
expires_in
expires_in:
number
Time until channel access token expires in seconds from time the token is issued.
See
token_type
token_type:
string
Token type. The value is always Bearer
.
See
Defined in
lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:16