RemoteAuthenticationContext<TRemoteAuthenticationState>.InteractiveRequest 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 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