Method GetPlayerInfoAsync
GetPlayerInfoAsync()
Returns the info of the logged in player, which includes the player's id, creation time and linked identities.
Declaration
Task<PlayerInfo> GetPlayerInfoAsync()
Returns
Type | Description |
---|---|
Task<PlayerInfo> | Task for the operation |
Exceptions
Type | Condition |
---|---|
AuthenticationException | The task fails with the exception when the task cannot complete successfully due to Authentication specific errors.
|
RequestFailedException | The task fails with the exception when the task cannot complete successfully.
|