Skip to content

Interface: VerifiedBotToken

A verified inbound Bot Framework token.

claims: JWTPayload

The token’s claims, after signature / issuer / audience validation.


optional serviceUrl?: 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.