Credential Store
data class CredentialStore(val credentialId: WebAuthByteArray, val userHandle: WebAuthByteArray, val username: String, val publicKeyCose: WebAuthByteArray, val signatureCount: Long)
Constructors
Link copied to clipboard
constructor(credentialId: WebAuthByteArray, userHandle: WebAuthByteArray, username: String, publicKeyCose: WebAuthByteArray, signatureCount: Long)