InteractiveBrowserCredentialOptions.DisableAutomaticAuthentication Property

Definition

Prevents the InteractiveBrowserCredential from automatically prompting the user. If automatic authentication is disabled a AuthenticationRequiredException will be thrown from GetToken(TokenRequestContext, CancellationToken) and GetTokenAsync(TokenRequestContext, CancellationToken) in the case that user interaction is necessary. The application is responsible for handling this exception, and calling Authenticate(CancellationToken) or AuthenticateAsync(CancellationToken) to authenticate the user interactively.

public bool DisableAutomaticAuthentication { get; set; }
member this.DisableAutomaticAuthentication : bool with get, set
Public Property DisableAutomaticAuthentication As Boolean

Property Value

Applies to