AccessTokenResult.InteractionOptions Property
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.
Gets the InteractiveRequestOptions to use if Status is RequiresRedirect.
public Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions InteractionOptions { get; }
public Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions? InteractionOptions { get; }
member this.InteractionOptions : Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions
Public ReadOnly Property InteractionOptions As InteractiveRequestOptions