LoginExtensions class
Optional WebAuthn client extensions for a login request.
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- LoginExtensions(String? appid, String? appidExclude, String? credProps)
-
Creates the extensions from
appid,appidExcludeandcredProps. -
LoginExtensions.fromJson(Map<
String, dynamic> json) -
Creates the extensions from a decoded JSON map.
factory
Properties
- appid → String?
-
The legacy FIDO AppID extension value.
final
- appidExclude → String?
-
The FIDO AppID exclusion extension value.
final
- credProps → String?
-
The credential properties extension value.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> - Serializes these extensions to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited