PublicKeyCredentialResponse

data class PublicKeyCredentialResponse(val format: String, val key: String)

A public key format and data.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the key.

Link copied to clipboard
val key: String

The key data.