Share via


PasskeyAssertionContext<TUser> Class

Definition

Represents the context for passkey assertion.

public sealed class PasskeyAssertionContext<TUser> where TUser : class
type PasskeyAssertionContext<'User (requires 'User : null)> = class
Public NotInheritable Class PasskeyAssertionContext(Of TUser)

Type Parameters

TUser

The type of user associated with the passkey.

Inheritance
PasskeyAssertionContext<TUser>

Constructors

PasskeyAssertionContext<TUser>()

Properties

CredentialJson

Gets or sets the credentials obtained by JSON-serializing the result of the navigator.credentials.get() JavaScript function.

HttpContext

Gets or sets the HttpContext for the current request.

OriginalOptionsJson

Gets or sets the JSON representation of the original passkey creation options provided to the browser.

User

Gets or sets the user associated with the passkey, if known.

UserManager

Gets or sets the UserManager<TUser> to retrieve user information from.

Applies to