BotAuthenticationOptions 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.
Bot related authentication configuration.
public class BotAuthenticationOptions
type BotAuthenticationOptions = class
Public Class BotAuthenticationOptions
- Inheritance
-
BotAuthenticationOptions
Constructors
BotAuthenticationOptions() |
Properties
ApplicationIdUri |
Application ID URI. |
ClientId |
The client (application) ID of an App Registration in the tenant. |
ClientSecret |
The client (application) Secret of an App Registration in the tenant. |
InitiateLoginEndpoint |
Login authentication start page endpoint. |
OAuthAuthority |
Authority URL that is used in OAuth On-behalf-of flow. |