SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
|
This is the complete list of members for Xsolla.Auth.XsollaAuth, including all inherited members.
AuthBySavedToken(Action onSuccess, Action< Error > onError) | Xsolla.Auth.XsollaAuth | inlinestatic |
AuthViaDeviceID(Action onSuccess, Action< Error > onError, DeviceInfo deviceInfo=null, string redirectUri=null, string state=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
AuthViaSavedToken() | Xsolla.Auth.XsollaAuth | inlinestatic |
AuthViaSocialNetwork(SocialProvider provider, Action onSuccess, Action< Error > onError, Action onCancel) | Xsolla.Auth.XsollaAuth | inlinestatic |
AuthViaXsollaLauncher(Action onSuccess, Action< Error > onError) | Xsolla.Auth.XsollaAuth | inlinestatic |
AuthWithSocialNetworkAccessToken(string accessToken, string accessTokenSecret, string openId, string provider, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
AuthWithXsollaWidget(Action onSuccess, Action< Error > onError, Action onCancel, string locale=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
CompleteAuthByEmail(string email, string confirmationCode, string operationId, Action onSuccess, Action< Error > onError) | Xsolla.Auth.XsollaAuth | inlinestatic |
CompleteAuthByPhoneNumber(string phoneNumber, string confirmationCode, string operationId, Action onSuccess, Action< Error > onError) | Xsolla.Auth.XsollaAuth | inlinestatic |
ExchangeCodeToToken(string code, Action onSuccess, Action< Error > onError, string redirectUri=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
GetLinksForSocialAuth(Action< SocialNetworkLinks > onSuccess, Action< Error > onError, string locale=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
GetSocialNetworkAuthUrl(SocialProvider provider, string redirectUri=null, string state=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
GetUserInfo(Action< UserInfo > onSuccess, Action< Error > onError) | Xsolla.Auth.XsollaAuth | inlinestatic |
IsUserAuthenticated() | Xsolla.Auth.XsollaAuth | inlinestatic |
Logout(Action onSuccess, Action< Error > onError, LogoutType logoutType=LogoutType.All) | Xsolla.Auth.XsollaAuth | inlinestatic |
RefreshToken(Action onSuccess, Action< Error > onError, string redirectUri=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
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.XsollaAuth | inlinestatic |
ResendConfirmationLink(string username, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string locale=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
ResetPassword(string email, Action onSuccess, Action< Error > onError, string redirectUri=null, string locale=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
SignIn(string username, string password, Action onSuccess, Action< Error > onError, string redirectUri=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
SignInConsoleAccount(string userId, string platform, Action onSuccess, Action< Error > onError) | Xsolla.Auth.XsollaAuth | inlinestatic |
SilentAuth(string providerName, string appId, string sessionTicket, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string code=null) | Xsolla.Auth.XsollaAuth | inlinestatic |
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.XsollaAuth | inlinestatic |
StartAuthByPhoneNumber(string phoneNumber, Action< OperationId > onSuccess, Action< Error > onError, string redirectUri=null, string state=null, bool? sendLink=null, string linkUrl=null) | Xsolla.Auth.XsollaAuth | inlinestatic |