getProfileInfo

abstract fun getProfileInfo(accessToken: String): Single<ProfileInfo>

Gets the players profile Info

Parameters

accessToken

the access token of the user

Throws

HttpException

if the network request fails

SocketTimeoutException

if the network request times out (in case of no or slow network)