DescopeUser constructor

DescopeUser(
  1. String userId,
  2. List<String> loginIds,
  3. int createdAt,
  4. String? name,
  5. Uri? picture,
  6. String? email,
  7. bool isVerifiedEmail,
  8. String? phone,
  9. bool isVerifiedPhone,
  10. Map<String, dynamic> customAttributes,
  11. String? givenName,
  12. String? middleName,
  13. String? familyName,
  14. bool hasPassword,
  15. String status,
  16. List<String> roleNames,
  17. List<String> ssoAppIds,
  18. 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);