Class: User

Class: User

User

Class that enables you to retrieve information on the current user and manage its properties. Callers should use Authorization's getCurrentUser() property.

Constructor

new User()

Source:

Methods

getEmail() → {string}

Returns email address for current user.
Source:
Returns:
Type
string

getId() → {string}

Returns the current user's name.
Source:
Returns:
Current user's name
Type
string

getLastName() → {string}

Returns last name for current user.
Source:
Returns:
Type
string