|
Enfusion Script API
|
This API is used for accessing current state of Authenticator for backend services from client game. More...
Static Public Member Functions | |
| static proto bool | IsEnabled () |
| Return true if authentication with backend is enabled. | |
| static proto bool | IsAuthInProgress () |
| Returns true if we are currently attempting to newly authenticate or refresh authentication of client. | |
| static proto bool | IsAuthenticated () |
| Returns true if client is currently authenticated with backend and online services can be accessed. | |
| static proto UUID | GetIdentityId () |
| Returns Identity Id of locally authenticated user. | |
This API is used for accessing current state of Authenticator for backend services from client game.
Authentication is handled in background during entire lifetime of application if it is enabled.
|
static |
Returns Identity Id of locally authenticated user.
User has to be at least once authenticated to receive ID.
|
static |
Returns true if client is currently authenticated with backend and online services can be accessed.
|
static |
Returns true if we are currently attempting to newly authenticate or refresh authentication of client.
|
static |
Return true if authentication with backend is enabled.
False if disabled.