Interface: VerifiedBotToken
A verified inbound Bot Framework token.
Properties
Section titled “Properties”claims
Section titled “claims”claims:
JWTPayload
The token’s claims, after signature / issuer / audience validation.
serviceUrl?
Section titled “serviceUrl?”
optionalserviceUrl?:string
The serviceUrl the token was issued for, when it carries one. Bot Service
tokens include this claim; comparing it to the activity’s serviceUrl is
what stops a valid token being replayed to redirect replies elsewhere.