Cancels the ongoing external browser login process.
{
if (!Gamebase.IsSuccess(error) && error.code == GamebaseErrorCode.AUTH_LOGIN_CANCEL_FAILED)
{
}
});
...
Gamebase.CancelLoginWithExternalBrowser();
static void Login(string providerName, GamebaseCallback.GamebaseDelegate< GamebaseResponse.Auth.AuthToken > callback)
Try to authenticate by specifying an IdP type.
Definition: Gamebase.cs:611
The Gamebase class is core of Gamebase service.
Definition: Gamebase.cs:11