AdminCreateUserConfigType class
The configuration for creating a new user profile.
Constructors
- AdminCreateUserConfigType({bool? allowAdminCreateUserOnly, MessageTemplateType? inviteMessageTemplate, int? unusedAccountValidityDays})
-
AdminCreateUserConfigType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allowAdminCreateUserOnly → bool?
-
Set to
True
if only the administrator is allowed to create user profiles. Set toFalse
if users can sign themselves up via an app.final - hashCode → int
-
The hash code for this object.
no setterinherited
- inviteMessageTemplate → MessageTemplateType?
-
The message template to be used for the welcome message to new users.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unusedAccountValidityDays → int?
-
The user account expiration limit, in days, after which the account is no
longer usable. To reset the account after that time limit, you must call
AdminCreateUser
again, specifying"RESEND"
for theMessageAction
parameter. The default value for this parameter is 7.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited