PublicKeyCredentialDescriptor

Wisej.Ext.WebAuthn.PublicKeyCredentialDescriptor

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn (3.2.0.0)

Identifies the credential to be retrieved from the client.

public class PublicKeyCredentialDescriptor

Constructors

PublicKeyCredentialDescriptor()

Creates a new instance of PublicKeyCredentialDescriptor.

PublicKeyCredentialDescriptor(id, type, transports)

Creates a new instance of PublicKeyCredentialDescriptor with the given configuration.

Name
Type
Description

id

The credential ID.

type

The type of credential to retrieve.

transports

The optional authenticator types.

Properties

Id

Stringarrow-up-right: The credential ID.

Transports

AuthenticatorTransport[]: This OPTIONAL member contains a hint as to how the client might communicate with the managing authenticator of the public key credential the caller is referring to.

Type

Stringarrow-up-right: The type of credential to retrieve.

Last updated

Was this helpful?