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.
Constructors
Creates a new instance of PublicKeyCredentialDescriptor.
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
String: The credential ID.
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.
String: The type of credential to retrieve.
Last updated