SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
Xsolla.Auth.XsollaAuth Member List

This is the complete list of members for Xsolla.Auth.XsollaAuth, including all inherited members.

AuthBySavedToken(Action onSuccess, Action< Error > onError)Xsolla.Auth.XsollaAuthinlinestatic
AuthViaDeviceID(Action onSuccess, Action< Error > onError, DeviceInfo deviceInfo=null, string redirectUri=null, string state=null)Xsolla.Auth.XsollaAuthinlinestatic
AuthViaSavedToken()Xsolla.Auth.XsollaAuthinlinestatic
AuthViaSocialNetwork(SocialProvider provider, Action onSuccess, Action< Error > onError, Action onCancel)Xsolla.Auth.XsollaAuthinlinestatic
AuthViaXsollaLauncher(Action onSuccess, Action< Error > onError)Xsolla.Auth.XsollaAuthinlinestatic
AuthWithSocialNetworkAccessToken(string accessToken, string accessTokenSecret, string openId, string provider, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null)Xsolla.Auth.XsollaAuthinlinestatic
AuthWithXsollaWidget(Action onSuccess, Action< Error > onError, Action onCancel, string locale=null, SdkType sdkType=SdkType.Login)Xsolla.Auth.XsollaAuthinlinestatic
CompleteAuthByEmail(string email, string confirmationCode, string operationId, Action onSuccess, Action< Error > onError)Xsolla.Auth.XsollaAuthinlinestatic
CompleteAuthByPhoneNumber(string phoneNumber, string confirmationCode, string operationId, Action onSuccess, Action< Error > onError)Xsolla.Auth.XsollaAuthinlinestatic
ExchangeCodeToToken(string code, Action onSuccess, Action< Error > onError, string redirectUri=null, SdkType sdkType=SdkType.Login)Xsolla.Auth.XsollaAuthinlinestatic
GetLinksForSocialAuth(Action< SocialNetworkLinks > onSuccess, Action< Error > onError, string locale=null)Xsolla.Auth.XsollaAuthinlinestatic
GetSocialNetworkAuthUrl(SocialProvider provider, string redirectUri=null, string state=null)Xsolla.Auth.XsollaAuthinlinestatic
GetUserInfo(Action< UserInfo > onSuccess, Action< Error > onError)Xsolla.Auth.XsollaAuthinlinestatic
IsUserAuthenticated()Xsolla.Auth.XsollaAuthinlinestatic
Logout(Action onSuccess, Action< Error > onError, LogoutType logoutType=LogoutType.All)Xsolla.Auth.XsollaAuthinlinestatic
RefreshToken(Action onSuccess, Action< Error > onError, string redirectUri=null)Xsolla.Auth.XsollaAuthinlinestatic
Register(string username, string password, string email, Action< LoginLink > onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string locale=null, bool? acceptConsent=null, bool? promoEmailAgreement=null, List< string > fields=null)Xsolla.Auth.XsollaAuthinlinestatic
ResendConfirmationLink(string username, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string locale=null)Xsolla.Auth.XsollaAuthinlinestatic
ResetPassword(string email, Action onSuccess, Action< Error > onError, string redirectUri=null, string locale=null)Xsolla.Auth.XsollaAuthinlinestatic
SignIn(string username, string password, Action onSuccess, Action< Error > onError, string redirectUri=null)Xsolla.Auth.XsollaAuthinlinestatic
SignInConsoleAccount(string userId, string platform, Action onSuccess, Action< Error > onError)Xsolla.Auth.XsollaAuthinlinestatic
SilentAuth(string providerName, string appId, string sessionTicket, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string code=null)Xsolla.Auth.XsollaAuthinlinestatic
StartAuthByEmail(string email, Action< OperationId > onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string locale=null, bool? sendLink=null, string linkUrl=null)Xsolla.Auth.XsollaAuthinlinestatic
StartAuthByPhoneNumber(string phoneNumber, Action< OperationId > onSuccess, Action< Error > onError, string redirectUri=null, string state=null, bool? sendLink=null, string linkUrl=null)Xsolla.Auth.XsollaAuthinlinestatic