Skip to content

@line/bot-sdkDocs


@line/bot-sdk / channelAccessToken / IssueChannelAccessTokenResponse

Type Alias: IssueChannelAccessTokenResponse

IssueChannelAccessTokenResponse: object

Issued channel access token

Type declaration

access_token

access_token: string

Channel access token.

See

accessToken Documentation

expires_in

expires_in: number

Amount of time in seconds from issue to expiration of the channel access token

See

expiresIn Documentation

key_id

key_id: string

Unique key ID for identifying the channel access token.

See

keyId Documentation

token_type

token_type: string

A token type.

See

tokenType Documentation

Defined in

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