pl.wendigo.chrome.domain.webauthn / GetCredentialResponse

GetCredentialResponse

data class GetCredentialResponse (source)

Represents response frame for WebAuthn.getCredential method call.

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

Constructors

<init>

GetCredentialResponse(credential: Credential)

Represents response frame for WebAuthn.getCredential method call.

Properties

credential

val credential: Credential