|
Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
|
Utility to create an authentication token. More...
Static Public Member Functions | |
| static String | createJwtToken (String secretKey, String secretKeyId, boolean registeredUser, String userId, Map< String, String > targetingParams) |
| Creates a JWT token. | |
Utility to create an authentication token.
|
static |
Creates a JWT token.
| secretKey | HMAC secret key (provided by Triton) |
| secretKeyId | The Secret Key's ID or "null" (provided by Triton) |
| registeredUser | True if the user is considered registered |
| userId | User ID (from authentication). Can be null |
| targetingParams | Triton targeting params (see TritonPlayer::SETTINGS_TARGETING_PARAMS). Can be null |