pl.wendigo.chrome.domain.webauthn / GetCredentialsResponse

GetCredentialsResponse

data class GetCredentialsResponse (source)

Represents response frame for WebAuthn.getCredentials method call.

Returns all the credentials stored in the given virtual authenticator.

Constructors

<init>

GetCredentialsResponse(credentials: List<Credential>)

Represents response frame for WebAuthn.getCredentials method call.

Properties

credentials

val credentials: List<Credential>