AuthMethodsList class
Response DTO of the allowed authentication methods.
- Implemented types
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- AuthMethodsList({AuthMethodMFA? mfa, AuthMethodOTP? otp, AuthMethodPassword? password, AuthMethodOAuth2? oauth2})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mfa ↔ AuthMethodMFA
-
getter/setter pair
- oauth2 ↔ AuthMethodOAuth2
-
getter/setter pair
- otp ↔ AuthMethodOTP
-
getter/setter pair
- password ↔ AuthMethodPassword
-
getter/setter pair
- 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> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → AuthMethodsList