Class: ProfileInfo

Auth.ProfileInfo

ProfileInfo A simple view of a provider for a user. Users can have many providers for many different organization. Users will typically have 1 provider="conversant" per orgId.

Constructor

new ProfileInfo(orgId, provider, id, role, fullName)

Parameters:
Name Type Description
orgId String
provider String
id String
role Auth.OrganizationRoles
fullName String
Source:

Methods

(static) type() → {string}

Return the full class name of this type.
Source:
Returns:
Type
string