AddCredentialRequest

@Serializable
data class AddCredentialRequest(val authenticatorId: AuthenticatorId, val credential: Credential)

Request object containing input parameters for the WebAuthnDomain.addCredential command.

Constructors

Link copied to clipboard
constructor(authenticatorId: AuthenticatorId, credential: Credential)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)