Get Credential Request
data class GetCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)
Content copied to clipboard
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.
See also
Constructors
GetCredentialRequest
Link copied to clipboard
fun GetCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard