Appearance
@line/bot-sdk • Docs
@line/bot-sdk / channelAccessToken / VerifyChannelAccessTokenResponse
Type Alias: VerifyChannelAccessTokenResponse
VerifyChannelAccessTokenResponse:
object
Verification result
Type declaration
client_id
client_id:
string
The channel ID for which the channel access token was issued.
expires_in
expires_in:
number
Number of seconds before the channel access token expires.
scope?
optional
scope:string
Permissions granted to the channel access token.
Defined in
lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts:16