Class | Description |
---|---|
AuthenticatorService |
The service used for taking care of authentication for a Salesforce-based application.
|
HttpAccess |
Generic HTTP Access layer - used internally by
RestClient
and OAuth2 . |
HttpAccess.UserAgentInterceptor |
Interceptor that adds user agent header
|
OAuth2 |
Helper methods for common OAuth2 requests.
|
OAuth2.IdServiceResponse |
Helper class to parse an identity service response.
|
OAuth2.TokenEndpointResponse |
Helper class to parse a token refresh response.
|
OAuth2.TokenErrorResponse |
Helper class to parse a token refresh error response.
|
Enum | Description |
---|---|
OAuth2.LogoutReason |
Exception | Description |
---|---|
HttpAccess.NoNetworkException |
Exception thrown if the device is offline, during an attempted HTTP call.
|
OAuth2.OAuthFailedException |
Exception thrown when the refresh flow fails.
|