v1RootUserParams class

Constructors

v1RootUserParams({required String userName, String? userEmail, required List<apiApiKeyParams> apiKeys, required List<v1AuthenticatorParamsV2> authenticators})
const
v1RootUserParams.fromJson(Map<String, dynamic> json)
factory

Properties

apiKeys List<apiApiKeyParams>
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
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

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