RemoteAuthenticationContext<TRemoteAuthenticationState>.InteractiveRequest Property

Definition

Gets or sets the interaction request for the current authentication operation.

public Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions InteractiveRequest { get; set; }
public Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions? InteractiveRequest { get; set; }
member this.InteractiveRequest : Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions with get, set
Public Property InteractiveRequest As InteractiveRequestOptions

Property Value

Applies to