pl.wendigo.chrome.api.webauthn / RemoveCredentialRequest

RemoveCredentialRequest

data class RemoveCredentialRequest (source)

Represents request frame that can be used with WebAuthn#removeCredential operation call.

Removes a credential from the authenticator.

Link
WebAuthn#removeCredential method documentation.

See Also

WebAuthnOperations.removeCredential

Constructors

<init>

RemoveCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)

Represents request frame that can be used with WebAuthn#removeCredential operation call.

Properties

authenticatorId

val authenticatorId: AuthenticatorId

credentialId

val credentialId: String