pl.wendigo.chrome.domain.webauthn / AddCredentialRequest

AddCredentialRequest

data class AddCredentialRequest (source)

Represents request frame that can be used with WebAuthn.addCredential method call.

Adds the credential to the specified authenticator.

Constructors

<init>

AddCredentialRequest(authenticatorId: AuthenticatorId, credential: Credential)

Represents request frame that can be used with WebAuthn.addCredential method call.

Properties

authenticatorId

val authenticatorId: AuthenticatorId

credential

val credential: Credential