Remove Credential Request
data class RemoveCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#removeCredential operation call.
Removes a credential from the authenticator.
See also
Constructors
RemoveCredentialRequest
Link copied to clipboard
fun RemoveCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard