Skip to content

@line/bot-sdk


@line/bot-sdk / channelAccessToken / VerifyChannelAccessTokenResponse

Type Alias: VerifyChannelAccessTokenResponse

VerifyChannelAccessTokenResponse = object

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

Verification result

Properties

client_id

client_id: string

Defined in: lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts:20

The channel ID for which the channel access token was issued.


expires_in

expires_in: number

Defined in: lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts:24

Number of seconds before the channel access token expires.


scope?

optional scope: string

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

Permissions granted to the channel access token.