pl.wendigo.chrome.api.webauthn / GetCredentialResponse

GetCredentialResponse

data class GetCredentialResponse (source)

Represents response frame that is returned from 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>

GetCredentialResponse(credential: Credential)

Represents response frame that is returned from WebAuthn#getCredential operation call. Returns a single credential stored in the given virtual authenticator that matches the credential ID.

Properties

credential

val credential: Credential