AddCredentialRequest

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

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
Link copied to clipboard