Skip to main content

Assertion

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

An authenticator's response to a client's request for generation of a new authentication assertion.

public class Assertion

See #iface-authenticatorassertionresponse

Constructors

Instance memberAssertion()

Creates a new instance of Assertion.

Instance memberAssertion(signature, clientDataJSON, authenticatorData)

Creates a new instance of Assertion with the given configuration.

NameTypeDescription
signatureByte[]The authenticator's signature.
clientDataJSONStringClient data.
authenticatorDataStringAuthenticator data.

Properties

Instance memberAuthenticatorData

String: The authenticator data returned by the authenticator.

Instance memberClientDataJSON

String: The JSON-compatible serialization of client data.

Instance memberSignature

Byte[]: The raw signature returned from the authenticator.