UserRegistrationChallenge class
Constructors
-
UserRegistrationChallenge(String temporaryAuthenticationToken, UserInformation user, SupportedCredentialKinds supportedCredentialKinds, String otpUrl, String challenge, AuthenticatorSelectionCriteria authenticatorSelection, String attestation, List<
PublicKeyCredentialParameters> pubKeyCredParams, List<PublicKeyCredentialDescriptor> excludeCredentials) - UserRegistrationChallenge.fromJson(dynamic json)
-
factory
Properties
- attestation → String
-
final
- authenticatorSelection → AuthenticatorSelectionCriteria
-
final
- challenge → String
-
final
-
excludeCredentials
→ List<
PublicKeyCredentialDescriptor> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- otpUrl → String
-
final
-
pubKeyCredParams
→ List<
PublicKeyCredentialParameters> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportedCredentialKinds → SupportedCredentialKinds
-
final
- temporaryAuthenticationToken → String
-
final
- user → UserInformation
-
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