GetCredentialRequest

@Serializable
data class GetCredentialRequest(val authenticatorId: AuthenticatorId, val credentialId: String)

Request object containing input parameters for the WebAuthnDomain.getCredential command.

Constructors

Link copied to clipboard
constructor(authenticatorId: AuthenticatorId, credentialId: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)