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.new(String? message)
- Constructor
Properties
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