PublicKeyCredentialParametersDto

@Serializable
data class PublicKeyCredentialParametersDto(val type: String, val alg: Int)

Constructors

Link copied to clipboard
constructor(type: String, alg: Int)

Properties

Link copied to clipboard
@SerialName(value = "alg")
val alg: Int
Link copied to clipboard
@SerialName(value = "type")
val type: String