GamificationForceAuthenticator

The GamificationForceAuthenticator protocol defines the necessary methods for handling access tokens in the Salesforce API.

Methods

getAccessToken()

Returns a valid access token as a string if available, otherwise null.

1func getAccessToken()

grantAccessToken

Returns a refreshed or newly granted access token as a string.

1func grantAccessToken()