UserIdList

UserIdList

# new UserIdList(ids, providerId)

Creates a UserIdList
Parameters:
Name Type Description
ids Array.<string> Array of User IDs.
providerId string Provider ID.

Methods

# (static) create(ids) → {UserIdList}

Create a list of GetSocial user IDs.
Parameters:
Name Type Description
ids Array.<string> List of GetSocial user IDs.
Returns:
- New identifiers.
Type
UserIdList

# (static) createWithProvider(providerId, ids) → {UserIdList}

Create a list of user identifiers for given provider ID.
Parameters:
Name Type Description
providerId string Provider ID.
ids Array.<string> List of GetSocial user IDs.
Returns:
- New identifiers.
Type
UserIdList