Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InteractiveRequestOptions Class

Definition

Namespace:
Microsoft.AspNetCore.Components.WebAssembly.Authentication
Assembly:
Microsoft.AspNetCore.Components.WebAssembly.Authentication.dll
Package:
Microsoft.AspNetCore.Components.WebAssembly.Authentication v10.0.0
Package:
Microsoft.AspNetCore.Components.WebAssembly.Authentication v11.0.0-preview.4.26230.115
Package:
Microsoft.AspNetCore.Components.WebAssembly.Authentication v7.0.5
Package:
Microsoft.AspNetCore.Components.WebAssembly.Authentication v8.0.19
Package:
Microsoft.AspNetCore.Components.WebAssembly.Authentication v9.0.8
Source:
InteractiveRequestOptions.cs
Source:
InteractiveRequestOptions.cs
Source:
InteractiveRequestOptions.cs
Source:
InteractiveRequestOptions.cs
Source:
InteractiveRequestOptions.cs

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.

Represents the request to the identity provider for logging in or provisioning a token.

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions+Converter))]
public sealed class InteractiveRequestOptions
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions+Converter))>]
type InteractiveRequestOptions = class
Public NotInheritable Class InteractiveRequestOptions
Inheritance
InteractiveRequestOptions
Attributes

Constructors

Name Description
InteractiveRequestOptions()

Properties

Name Description
Interaction

Gets the request type.

ReturnUrl

Gets the redirect URL this request must return to upon successful completion.

Scopes

Gets the scopes this request must use in the operation.

Methods

Name Description
TryAddAdditionalParameter<TValue>(String, TValue)

Tries to add an additional parameter to pass in to the underlying provider.

TryGetAdditionalParameter<TValue>(String, TValue)

Tries to retrieve an existing additional parameter.

TryRemoveAdditionalParameter(String)

Tries to remove an existing additional parameter.

Applies to


Feedback

Was this page helpful?