BotAuthenticationOptions Class

Definition

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.

Applies to