pl.wendigo.chrome.api.webauthn / GetCredentialRequest

GetCredentialRequest

data class GetCredentialRequest (source)

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

Returns a single credential stored in the given virtual authenticator that matches the credential ID.

Link
WebAuthn#getCredential method documentation.

See Also

WebAuthnOperations.getCredential

Constructors

<init>

GetCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)

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

Properties

authenticatorId

val authenticatorId: AuthenticatorId

credentialId

val credentialId: String