Newer Version Available

This content describes an older version of this product. View Latest

GameAuthenticator

The GameAuthenticator interface 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.

1final String getAccessToken()

grantAccessToken

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

1final String grantAccessToken()