UserIdentityFeatureConfig class

Inheritance
  • Object
  • FeatureConfig
  • UserIdentityFeatureConfig
Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab, createToJson: false)

Constructors

UserIdentityFeatureConfig.new(String appName, int? authTimeout, bool? showLogoutOnTitleBar, String? allowedEmailDomains, String? allowedEmailExample, bool? mobileNumberRequired, bool? mobileDialCodeReadOnly, String? mobileNumberCountryCode, UserCustomProfileInputConfig? customProfileInput)
UserIdentityFeatureConfig.fromJson(Map<String, dynamic> json)
factory

Properties

allowedEmailDomains String?
final
allowedEmailExample String?
final
appName String
final
authTimeout int
latefinal
customProfileInput UserCustomProfileInputConfig?
final
emailValidator → Validator
Returns a validator that checks that email is valid and that it matches the allowed email domains if provided.
no setter
hashCode int
The hash code for this object.
no setterinherited
mobileDialCodeReadOnly bool
final
mobileNumberCountryCode String
latefinal
mobileNumberRequired bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLogoutOnTitleBar bool
final

Methods

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

Operators

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