v1UserParamsV3 class

Constructors

v1UserParamsV3({required String userName, String? userEmail, String? userPhoneNumber, required List<v1ApiKeyParamsV2> apiKeys, required List<v1AuthenticatorParamsV2> authenticators, required List<v1OauthProviderParams> oauthProviders, required List<String> userTags})
const
v1UserParamsV3.fromJson(Map<String, dynamic> json)
factory

Properties

apiKeys List<v1ApiKeyParamsV2>
A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
final
authenticators List<v1AuthenticatorParamsV2>
A list of Authenticator parameters. This field, if not needed, should be an empty array in your request body.
final
hashCode int
The hash code for this object.
no setterinherited
oauthProviders List<v1OauthProviderParams>
A list of Oauth providers. This field, if not needed, should be an empty array in your request body.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userEmail String?
The user's email address.
final
userName String
Human-readable name for a User.
final
userPhoneNumber String?
The user's phone number in E.164 format e.g. +13214567890
final
userTags List<String>
A list of User Tag IDs. This field, if not needed, should be an empty array in your request body.
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