menu
fluxer_dart package
documentation
models/auth_mfa_required_response.dart
AuthMfaRequiredResponse
allowedMethods property
allowedMethods property
dark_mode
light_mode
allowedMethods
property
@JsonKey.new(name: 'allowed_methods')
List
<
String
>
allowedMethods
final
List of allowed MFA methods
Implementation
@JsonKey(name: 'allowed_methods') final List<String> allowedMethods;
fluxer_dart package
documentation
models/auth_mfa_required_response
AuthMfaRequiredResponse
allowedMethods property
AuthMfaRequiredResponse class