Platform101XPToken
Usage
To get Platform101XPToken properties you can use Platform101XP.getToken():
import com.platform101xp.authorize.token.Platform101XPToken;
Platform101XPToken token = Platform101XP.getToken();
import com.platform101xp.authorize.token.Platform101XPToken
val token = Platform101XP.getToken()
The object Platform101XPToken has the next keys and values:
| Key | Value | Description |
|---|---|---|
| accessToken | (String) | The token access value |
| expires | (Long) | The time expires token |
| type | (String) | The token type (Bearer) |
| provider | (String) | The social provider name with it auth get this token |
| isGuest | (Boolean) | Flag Guest auth |