Skip to content

@line/bot-sdk


@line/bot-sdk / channelAccessToken / IssueChannelAccessTokenResponse

Type Alias: IssueChannelAccessTokenResponse

IssueChannelAccessTokenResponse = object

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

Issued channel access token

Properties

access_token

access_token: string

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

Channel access token.

See

accessToken Documentation


expires_in

expires_in: number

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

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

See

expiresIn Documentation


key_id

key_id: string

Defined in: lib/channel-access-token/model/issueChannelAccessTokenResponse.ts:40

Unique key ID for identifying the channel access token.

See

keyId Documentation


token_type

token_type: string

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

A token type.

See

tokenType Documentation