PubKeyCredParam

@Serializable
data class PubKeyCredParam(val type: String = "public-key", val alg: Int)

Public key credential algorithm parameter.

Constructors

Link copied to clipboard
constructor(type: String = "public-key", alg: Int)

Properties

Link copied to clipboard
val alg: Int

COSE algorithm identifier (e.g., -7 for ES256, -257 for RS256)

Link copied to clipboard

Credential type, always "public-key"