Skip to content

@line/bot-sdkDocs


@line/bot-sdk / channelAccessToken / IssueStatelessChannelAccessTokenResponse

Type Alias: IssueStatelessChannelAccessTokenResponse

IssueStatelessChannelAccessTokenResponse: object

Issued stateless channel access token

Type declaration

access_token

access_token: string

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

Duration in seconds after which the issued access token expires

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/issueStatelessChannelAccessTokenResponse.ts:16