GetCredentialsResponse

@Serializable
data class GetCredentialsResponse(val credentials: List<Credential>)(source)

Response type for the WebAuthnDomain.getCredentials command.

Constructors

Link copied to clipboard
constructor(credentials: List<Credential>)

Properties

Link copied to clipboard