bot_framework v0.2.0 BotFramework.Authentication
Summary
Functions
The token was sent in the HTTP Authorization header with “”Bearer” scheme The token is valid JSON that conforms to the JWT standard (see references) The token contains an issuer claim with value of https://api.botframework.com The token contains an audience claim with a value equivalent to your bot’s Microsoft App ID. The token has not yet expired. Industry-standard clock-skew is 5 minutes. The token has a valid cryptographic signature with a key listed in the OpenId keys document retrieved in step 1, above
Functions
The token was sent in the HTTP Authorization header with “”Bearer” scheme The token is valid JSON that conforms to the JWT standard (see references) The token contains an issuer claim with value of https://api.botframework.com The token contains an audience claim with a value equivalent to your bot’s Microsoft App ID. The token has not yet expired. Industry-standard clock-skew is 5 minutes. The token has a valid cryptographic signature with a key listed in the OpenId keys document retrieved in step 1, above.