v1User class

Constructors

v1User({required String userId, required String userName, String? userEmail, String? userPhoneNumber, required List<v1Authenticator> authenticators, required List<v1ApiKey> apiKeys, required List<String> userTags, required List<v1OauthProvider> oauthProviders, required externaldatav1Timestamp createdAt, required externaldatav1Timestamp updatedAt})
const
v1User.fromJson(Map<String, dynamic> json)
factory

Properties

apiKeys List<v1ApiKey>
A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
final
authenticators List<v1Authenticator>
A list of Authenticator parameters.
final
createdAt externaldatav1Timestamp
final
hashCode int
The hash code for this object.
no setterinherited
oauthProviders List<v1OauthProvider>
A list of Oauth Providers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt externaldatav1Timestamp
final
userEmail String?
The user's email address.
final
userId String
Unique identifier for a given User.
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.
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