Add Credential Request
data class AddCredentialRequest(authenticatorId: AuthenticatorId, credential: Credential)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#addCredential operation call.
Adds the credential to the specified authenticator.
See also
Constructors
AddCredentialRequest
Link copied to clipboard
fun AddCredentialRequest(authenticatorId: AuthenticatorId, credential: Credential)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard