Skip to content

@line/bot-sdk


@line/bot-sdk / channelAccessToken / IssueStatelessChannelAccessTokenResponse

Type Alias: IssueStatelessChannelAccessTokenResponse

IssueStatelessChannelAccessTokenResponse = object

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

Issued stateless channel access token

Properties

access_token

access_token: string

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

A stateless channel access token. The token is an opaque string which means its format is an implementation detail and the consumer of this token should never try to use the data parsed from the token.

See

accessToken Documentation


expires_in

expires_in: number

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

Duration in seconds after which the issued access token expires

See

expiresIn Documentation


token_type

token_type: string

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

Token type. The value is always Bearer.

See

tokenType Documentation