exchangeTokenForSessionToken

public abstract AsyncOperation<String> exchangeTokenForSessionToken(String exchangeToken)

This method accepts an exchange-token to validate it and return a valid session-token

Parameters

Throws

if the API request fails. Refer to FTApiException subtypes for more specific errors.

if the keystore operation of retrieving the key fails

SDK encrypted tokens are not accessible.

if SDK is not initialized.