module:model/User

module:model/User

new module:model/User()

Source:

Constructs a new User.

Members

(inner) cellPhoneNumber :String

Source:
Type:
  • String

(inner) countryCode :String

Source:
Type:
  • String

(inner) credentials :Array.<module:model/Credential>

Source:
Type:

(inner) displayName :String

Source:
Type:
  • String

(inner) email :String

Source:
Type:
  • String

(inner) externalClaims :Array.<module:model/ExternalClaim>

Source:
Type:

Methods

(static) constructFromObject(data, obj) → {module:model/User}

Source:

Constructs a User from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/User

Optional instance to populate.

Returns:

The populated User instance.

Type
module:model/User