Methods
# (static) create(id) → {UserId}
Create a single GetSocial user identifier.
Parameters:
Name | Type | Description |
---|---|---|
id |
string | GetSocial user ID. |
- Source:
Returns:
New identifier.
- Type
- UserId
# (static) createForApp() → {UserId}
Create a single GetSocial user identifier for the app.
- Source:
Returns:
New identifier
- Type
- UserId
# (static) currentUser() → {UserId}
Returns current user's ID
- Source:
Returns:
Current user ID.
- Type
- UserId