No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ThirdPartyAccountLink
A list of third-party account links is generated when users of an organization authenticate using an external Auth. Provider. Use this object to list and revoke a given user's social sign-on connections (such as Facebook©). This object is available in API version 32.0 and later.
Supported Calls
describeSObjects(), query()
Fields
| Field Name | Details |
|---|---|
| Handle |
|
| IsNotSsoUsable |
|
| Provider |
|
| RemoteIdentifier |
|
| SsoProvider |
|
| SsoProviderId |
|
| SsoProviderName |
|
| ThirdPartyAccountLinkKey |
|
| UserId |
|
Usage
Use this object makes to build custom screens to manage a user’s third-party account links.
Administrators (with the “Manage Users” permission) querying this object can see all the links for all users in the organization. Without the “Manage Users” permission, users can only retrieve thier own links. A user may not have access to the SsoProvider value (the foreign key). In this case, use the SsoProviderName to render the name of the provider for the associated link.
Use the Apex method Auth.AuthToken.revokeAccess() to revoke a link.