Astra Unity 2.6.6
Astra Unity Plugin
|
Job used to register a user with a remote authentication model. Returns a boolean representing whether registration was successful, or an AuthError with an error if it occurs. More...
Public Member Functions | |
override Auth.AuthError | GetError () |
When the job is complete this function can be called by the developer to access the error data set which can be of any type (defined as T2). This needs to be defined if your derived class as an override. More... | |
override bool | GetResult () |
When the job is complete this function can be called by the developer to access the result data set which can be of any type (defined as T1). This needs to be defined if your derived class as an override. More... | |
Public Member Functions inherited from Astra.ApiJobWithResult< bool, Auth.AuthError > | |
IEnumerator | AsCoroutine (Action< float > progress=null, Action< T1 > onComplete=null, Action< T2 > onFailed=null) |
Wraps a job to be used within a coroutine More... | |
Job used to register a user with a remote authentication model. Returns a boolean representing whether registration was successful, or an AuthError with an error if it occurs.
|
inlinevirtual |
When the job is complete this function can be called by the developer to access the error data set which can be of any type (defined as T2). This needs to be defined if your derived class as an override.
Implements Astra.ApiJobWithResult< bool, Auth.AuthError >.
|
inlinevirtual |
When the job is complete this function can be called by the developer to access the result data set which can be of any type (defined as T1). This needs to be defined if your derived class as an override.
Implements Astra.ApiJobWithResult< bool, Auth.AuthError >.