Method StartSignInAsync
StartSignInAsync(bool)
Starts the sign in flow by launching the system browser to sign in the current player or sign them up.
Declaration
Task StartSignInAsync(bool isSigningUp = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isSigningUp | If set to |
Returns
| Type | Description |
|---|---|
| Task | A task representing the asynchronous operation. |
Remarks
To be notified of the sign-in outcome, including the retrieval of tokens, the developer must subscribe to the SignedIn event.