ProxyTSignupBody class
Constructors
-
ProxyTSignupBody({String? userEmail, String? userPhoneNumber, String? userTag, String? userName, String? organizationName, String? verificationToken, required List<
v1ApiKeyParamsV2> apiKeys, required List<v1AuthenticatorParamsV2> authenticators, required List<v1OauthProviderParams> oauthProviders, v1WalletParams? wallet}) -
const
-
ProxyTSignupBody.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
- organizationName → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userEmail → String?
-
final
- userName → String?
-
final
- userPhoneNumber → String?
-
final
- userTag → String?
-
final
- verificationToken → String?
-
final
- wallet → v1WalletParams?
-
The wallet to create for the sub-organization
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