PasskeysSigner class
Constructors
- PasskeysSigner({required String relyingPartyId, required String relyingPartyName, int? timeout})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- relyingParty → RelyingPartyType
-
The relying party identifies your application to users, when users create/use passkeys. (Read more here).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout → int?
-
Timeout to use for navigotor.credentials calls. That's the time after which if user did not successfully
select and use his passkey, an error will be thrown by webauthn client. Read more here.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
UserRegistrationChallenge challenge) → Future< Fido2Attestation> -
sign(
UserActionChallenge challenge) → Future< Fido2Assertion> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited