get Profile Info
abstract fun getProfileInfo(legacySessionToken: String, identityAccessToken: String): Single<ProfileInfo>
Gets the players profile Info
Parameters
legacy Session Token
the legacy session token of the user (sent as x-session)
identity Access Token
the identity access token (JWT) of the user (sent as Authorization: Bearer)
Throws
Http Exception
if the network request fails
Socket Timeout Exception
if the network request times out (in case of no or slow network)