Property IsAuthorized
IsAuthorized
Checks whether the player is still authorized. A player is authorized as long as his access token remains valid.
Declaration
bool IsAuthorized { get; }
Property Value
Type | Description |
---|---|
bool | Returns true if player is authorized, else false. |