CmCredential class
Constructors
-
CmCredential({required PublicKeyCredentialUserEntity user, required PublicKeyCredentialDescriptor credentialId, required CoseKey publicKey, int? totalCredentials, required int credProtect, List<
int> ? largeBlobKey})
Properties
- credentialId → PublicKeyCredentialDescriptor
-
final
- credProtect → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
largeBlobKey
→ List<
int> ? -
final
- publicKey → CoseKey
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCredentials → int?
-
final
- user → PublicKeyCredentialUserEntity
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited