NoCreateOptionException class

During the create credential flow, this is thrown when no viable creation options were found for the given CreateCredentialRequest. (no passkeys providers available or none enabled)

Platforms: Android

Suggestions:

  • use a fallback method (e.g. redirect the user to the device settings)
  • ask the user to enable passkeys in the device settings
Implemented types

Constructors

NoCreateOptionException(String? message)
Constructor

Properties

hashCode → int
The hash code for this object.
no setterinherited
message → String?
The error message describing why no creation option was available.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited