UserActionChallenge class

Constructors

UserActionChallenge(String attestation, String userVerification, String externalAuthenticationUrl, String challenge, String challengeIdentifier, RelyingParty rp, List<SupportedCredentialKinds2> supportedCredentialKinds, AllowCredentials allowCredentials)
UserActionChallenge.fromJson(dynamic json)
factory

Properties

allowCredentials AllowCredentials
final
attestation String
final
challenge String
final
challengeIdentifier String
final
externalAuthenticationUrl String
final
hashCode int
The hash code for this object.
no setterinherited
rp RelyingParty
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedCredentialKinds List<SupportedCredentialKinds2>
final
userVerification String
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