DescopeUser constructor
DescopeUser(
- String userId,
- List<
String> loginIds, - int createdAt,
- String? name,
- Uri? picture,
- String? email,
- bool isVerifiedEmail,
- String? phone,
- bool isVerifiedPhone,
- Map<
String, dynamic> customAttributes, - String? givenName,
- String? middleName,
- String? familyName,
- bool hasPassword,
- String status,
- List<
String> roleNames, - List<
String> ssoAppIds, - List<
String> oauthProviders,
Implementation
DescopeUser(this.userId, this.loginIds, this.createdAt, this.name, this.picture, this.email, this.isVerifiedEmail, this.phone, this.isVerifiedPhone, this.customAttributes, this.givenName, this.middleName, this.familyName, this.hasPassword, this.status, this.roleNames, this.ssoAppIds, this.oauthProviders);