Skip to main content

PublicKeyCredentialDescriptor

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

Identifies the credential to be retrieved from the client.

public class PublicKeyCredentialDescriptor

Constructors

Instance memberPublicKeyCredentialDescriptor()

Creates a new instance of PublicKeyCredentialDescriptor.

Instance memberPublicKeyCredentialDescriptor(id, type, transports)

Creates a new instance of PublicKeyCredentialDescriptor with the given configuration.

NameTypeDescription
idStringThe credential ID.
typeStringThe type of credential to retrieve.
transportsAuthenticatorTransport[]The optional authenticator types.

Properties

Instance memberId

String: The credential ID.

Instance memberTransports

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.

Instance memberType

String: The type of credential to retrieve.