Credential class
Constructors
Properties
- credentialId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isResidentCredential → bool
-
final
- largeBlob → String?
-
The large blob associated with the credential.
See https://w3c.github.io/webauthn/#sctn-large-blob-extension
final
- privateKey → String
-
The ECDSA P-256 private key in PKCS#8 format.
final
- rpId → String?
-
Relying Party ID the credential is scoped to. Must be set when adding a
credential.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signCount → int
-
Signature counter. This is incremented by one for each successful
assertion.
See https://w3c.github.io/webauthn/#signature-counter
final
- userHandle → String?
-
An opaque byte sequence with a maximum size of 64 bytes mapping the
credential to a specific user.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited