Skip to content

@line/bot-sdkDocs


@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

accessToken Documentation

expires_in

expires_in: number

Time until channel access token expires in seconds from time the token is issued.

See

expiresIn Documentation

token_type

token_type: string

Token type. The value is always Bearer.

See

tokenType Documentation

Defined in

lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:16