GovernmentAuthenticationConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Values and Constants used for Authentication and Authorization by the Bot Framework Protocol to US Government DataCenters.
public static class GovernmentAuthenticationConstants
type GovernmentAuthenticationConstants = class
Public Class GovernmentAuthenticationConstants
- Inheritance
-
GovernmentAuthenticationConstants
Fields
| ChannelService |
Government Channel Service property value. |
| OAuthUrlGov |
OAuth Url used to get a token from OAuthApiClient. |
| ToBotFromChannelOpenIdMetadataUrl |
TO BOT FROM GOVERNMANT CHANNEL: OpenID metadata document for tokens coming from MSA. |
| ToBotFromChannelTokenIssuer |
TO BOT FROM GOVERNMENT CHANNEL: Token issuer. |
| ToBotFromEmulatorOpenIdMetadataUrl |
TO BOT FROM GOVERNMENT EMULATOR: OpenID metadata document for tokens coming from MSA. |
| ToChannelFromBotLoginUrl |
TO GOVERNMENT CHANNEL FROM BOT: Login URL. |
| ToChannelFromBotOAuthScope |
TO GOVERNMENT CHANNEL FROM BOT: OAuth scope to request. |