Share via


IdentityUserPasskey<TKey> Class

Definition

Represents a passkey credential for a user in the identity system.

public class IdentityUserPasskey<TKey> where TKey : IEquatable<TKey>
type IdentityUserPasskey<'Key (requires 'Key :> IEquatable<'Key>)> = class
Public Class IdentityUserPasskey(Of TKey)

Type Parameters

TKey

The type used for the primary key for this passkey credential.

Inheritance
IdentityUserPasskey<TKey>

Remarks

See https://www.w3.org/TR/webauthn-3/#credential-record.

Constructors

IdentityUserPasskey<TKey>()

Properties

CredentialId

Gets or sets the credential ID for this passkey.

Data

Gets or sets additional data associated with this passkey.

UserId

Gets or sets the primary key of the user that owns this passkey.

Applies to