get Player Card
abstract fun getPlayerCard(legacySessionToken: String, identityAccessToken: String): Single<PlayerCard>
Gets the users player card data.
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)