Skip to content

@line/bot-sdk


@line/bot-sdk / channelAccessToken / IssueShortLivedChannelAccessTokenResponse

Type Alias: IssueShortLivedChannelAccessTokenResponse

IssueShortLivedChannelAccessTokenResponse = object

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

Issued short-lived channel access token

Properties

access_token

access_token: string

Defined in: lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:22

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

Defined in: lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:28

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

See

expiresIn Documentation


token_type

token_type: string

Defined in: lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts:34

Token type. The value is always Bearer.

See

tokenType Documentation