AcquireTokenOptions.AuthenticationOptionsName Property

Definition

Gets the name of the options describing the confidential client application (ClientID, Region, Authority, client credentials). In ASP.NET Core, the authenticatiopn options name is the same as the authentication scheme.

public string? AuthenticationOptionsName { get; set; }
member this.AuthenticationOptionsName : string with get, set
Public Property AuthenticationOptionsName As String

Property Value

Applies to