InteractiveRequestOptions Class

Definition

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

InteractiveRequestOptions()

Properties

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

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