Skip to main content

CredentialsResponse

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

Represents the result of a request for credentials from the client.

public class CredentialsResponse

Constructors

Instance memberCredentialsResponse()

Properties

Instance memberAuthenticatorData

AuthenticatorData: The authenticator data provided by the client.

Instance memberClientData

ClientData: The client data provided by the client.

See: #dictdef-collectedclientdata.

Instance memberSignature

Byte[]: Represents an assertion by the authenticator that the user has consented to a specific transaction.

See: #webauthn-signature.

Instance memberSignatureCounter

Int32: The number of successful calls to authenticatorGetAssertion(). Used for detecting cloned authenticators.

See: #signature-counter.

Instance memberUserHandle

String: The user handle associated when this public key credential source was created.

See: #public-key-credential-source-userhandle