UserAccount
This class represents a single user account that is currently logged in against a Salesforce endpoint. It encapsulates data that is used to uniquely identify a single user account.
Author
bhariharan
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Fetches this user's profile photo from the server and stores it in the cache.
Link copied to clipboard
Returns the oauth client id to use for refresh In the case of beacon app, the beacon child consumer key returned during login should be used instead of the configured consumer key
Link copied to clipboard
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at a community level.
Link copied to clipboard
Returns the storage path for this user account, relative to the higher level directory of app data.
Link copied to clipboard
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at an org level.
Link copied to clipboard
Returns the org level storage path for this user account, relative to the higher level directory of app data.
Link copied to clipboard
Fetches this user's profile photo from the cache.
Link copied to clipboard
Returns the in-memory refresh token snapshot, without consulting AccountManager.
Link copied to clipboard
Returns a unique suffix for this user account, that can be appended to a file to uniquely identify this account, at a user level.
Link copied to clipboard
Returns the user level storage path for this user account, relative to the higher level directory of app data.
Link copied to clipboard
Returns whether this account and an authenticated REST client represent the same Salesforce user.
Link copied to clipboard
Returns a JSON representation of this instance.