SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
|
Static Public Member Functions | |||||
static bool | IsUserAuthenticated () | ||||
Checks if the user is authenticated. Returns true if the token exists and the user is authenticated. | |||||
static void | 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) | ||||
Creates a new user account in the application and sends a sign-up confirmation email to the specified email address. To complete registration, the user should follow the link from the email. To disable email confirmation, contact your Account Manager. More... | |||||
static void | SignIn (string username, string password, Action onSuccess, Action< Error > onError, string redirectUri=null) | ||||
Authenticates the user by the username/email and password specified via the authentication interface. More... | |||||
static void | StartAuthByEmail (string email, Action< OperationId > onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string locale=null, bool? sendLink=null, string linkUrl=null) | ||||
Starts user authentication and sends an email with a one-time code and a link to the specified email address (if login via magic link is configured for the Login project) More... | |||||
static void | CompleteAuthByEmail (string email, string confirmationCode, string operationId, Action onSuccess, Action< Error > onError) | ||||
Completes authentication after the user enters a one-time code or follows a link received in an email. More... | |||||
static void | StartAuthByPhoneNumber (string phoneNumber, Action< OperationId > onSuccess, Action< Error > onError, string redirectUri=null, string state=null, bool? sendLink=null, string linkUrl=null) | ||||
Starts user authentication and sends an SMS with a one-time code and a link to the specified phone number (if login via magic link is configured for the Login project). More... | |||||
static void | CompleteAuthByPhoneNumber (string phoneNumber, string confirmationCode, string operationId, Action onSuccess, Action< Error > onError) | ||||
Completes authentication after the user enters a one-time code or follows a link received by SMS. More... | |||||
static void | ResetPassword (string email, Action onSuccess, Action< Error > onError, string redirectUri=null, string locale=null) | ||||
Resets the user’s current password and sends an email to change the password to the email address specified during sign-up. More... | |||||
static void | ResendConfirmationLink (string username, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string locale=null) | ||||
Resends a sign-up confirmation email to the specified email address. To complete registration, the user must follow the link from the email. More... | |||||
static void | AuthWithSocialNetworkAccessToken (string accessToken, string accessTokenSecret, string openId, string provider, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null) | ||||
Authenticates the user with the access token using social network credentials. More... | |||||
static bool | AuthViaSavedToken () | ||||
[Obsolete. Use AuthBySavedToken instead.] Authenticates the user by saved token. Returns true if the token is loaded successfully and the user is authenticated | |||||
static void | AuthBySavedToken (Action onSuccess, Action< Error > onError) | ||||
Authenticates user with the saved token.
| |||||
static void | AuthWithXsollaWidget (Action onSuccess, Action< Error > onError, Action onCancel, string locale=null) | ||||
Authenticates the user with Xsolla Login widget. For standalone builds, the widget opens in the built-in browser that is included with the SDK. More... | |||||
static void | AuthViaXsollaLauncher (Action onSuccess, Action< Error > onError) | ||||
Authenticates the user via Xsolla Launcher More... | |||||
static void | Logout (Action onSuccess, Action< Error > onError, LogoutType logoutType=LogoutType.All) | ||||
Logs the user out and deletes the user session according to the value of the sessions parameter (OAuth2.0 only). More... | |||||
static void | SignInConsoleAccount (string userId, string platform, Action onSuccess, Action< Error > onError) | ||||
This method is used for authenticating users in Xsolla Login, who play on the consoles and other platforms where Xsolla Login isn't used. You must implement it on your server side. Integration flow on the server side:
| |||||
static void | AuthViaDeviceID (Action onSuccess, Action< Error > onError, DeviceInfo deviceInfo=null, string redirectUri=null, string state=null) | ||||
Authenticates the user via a particular device ID. More... | |||||
static void | SilentAuth (string providerName, string appId, string sessionTicket, Action onSuccess, Action< Error > onError, string redirectUri=null, string state=null, string code=null) | ||||
Authenticates a user by exchanging the session ticket from Steam, Xbox, or Epic Games to the JWT. More... | |||||
static string | GetSocialNetworkAuthUrl (SocialProvider provider, string redirectUri=null, string state=null) | ||||
Returns URL for authentication via the specified social network in a browser. More... | |||||
static void | GetLinksForSocialAuth (Action< SocialNetworkLinks > onSuccess, Action< Error > onError, string locale=null) | ||||
Returns list of links for social authentication enabled in Publisher Account (your Login project > Authentication > Social login section). The links are valid for 10 minutes. You can get the link by this call and add it to your button for authentication via the social network. More... | |||||
static void | RefreshToken (Action onSuccess, Action< Error > onError, string redirectUri=null) | ||||
Refreshes the token in case it is expired. Works only when OAuth 2.0 is enabled. More... | |||||
static void | ExchangeCodeToToken (string code, Action onSuccess, Action< Error > onError, string redirectUri=null) | ||||
Exchanges the user authentication code to a valid JWT. More... | |||||
static void | GetUserInfo (Action< UserInfo > onSuccess, Action< Error > onError) | ||||
Returns user details. More... | |||||
static void | AuthViaSocialNetwork (SocialProvider provider, Action onSuccess, Action< Error > onError, Action onCancel) | ||||
Authenticates user via an account in the specified social networks. More... | |||||
|
inlinestatic |
Authenticates the user via a particular device ID.
onSuccess | Called after successful user authentication via the device ID. |
onError | Called after the request resulted with an error. |
deviceInfo | Information about the device that is used to identify the user. if not specified, the method defines this infotmation automatically. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
state | Value used for additional user verification on backend. Must be at least 8 symbols long. xsollatest by default. Required for OAuth 2.0. |
|
inlinestatic |
Authenticates user via an account in the specified social networks.
provider | Name of a social network. Provider must be connected to Login in Publisher Account. Can be amazon , apple , baidu , battlenet , discord , facebook , github , google , kakao , linkedin , mailru , microsoft , msn , naver , ok , paypal , psn , qq , reddit , steam , twitch , twitter , vimeo , vk , wechat , weibo , yahoo , yandex , youtube , or xbox . |
onSuccess | Called after successful user authentication. |
onError | Called after the request resulted with an error. |
onCancel | Called in case user closed browser. |
|
inlinestatic |
Authenticates the user via Xsolla Launcher
onSuccess | Called after successful authentication. |
onError | Called after the request resulted with an error. |
|
inlinestatic |
Authenticates the user with the access token using social network credentials.
accessToken | Access token received from a social network. |
accessTokenSecret | Parameter oauth_token_secret received from the authorization request. Required for Twitter only. |
openId | Parameter openid received from the social network. Required for WeChat only. |
provider | Name of the social network connected to Login in Publisher Account. Can be facebook , google , linkedin , twitter , discord , naver , baidu , wechat , or qq_mobile . |
onSuccess | Called after successful user authentication on the specified platform. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
state | Value used for additional user verification on backend. Must be at least 8 symbols long. xsollatest by default. Required for OAuth 2.0. |
|
inlinestatic |
Authenticates the user with Xsolla Login widget. For standalone builds, the widget opens in the built-in browser that is included with the SDK.
onSuccess | Called after successful authentication. |
onError | Called after the request resulted with an error. |
onCancel | Called after browser closing by user. |
locale | Login widget UI language. Supported languages: Arabic (ar_AE), Bulgarian (bg_BG), Czech (cz_CZ), Filipino (fil-PH), English (en_XX), German (de_DE), Spanish (es_ES), French (fr_FR), Hebrew (he_IL), Indonesian (id-ID), Italian (it_IT), Japanese (ja_JP), Khmer (km-KH), Korean (ko_KR), Lao language ( lo-LA), Myanmar (my-MM), NepaliPolish (ne-NP), (pl_PL), Portuguese (pt_BR), Romanian (ro_RO), Russian (ru_RU), Thai (th_TH), Turkish (tr_TR), Vietnamese (vi_VN), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW). |
|
inlinestatic |
Completes authentication after the user enters a one-time code or follows a link received in an email.
User email address. | |
confirmationCode | Confirmation code. |
operationId | Identifier of the confirmation code. |
onSuccess | Called after successful email authentication. |
onError | Called after the request resulted with an error. |
|
inlinestatic |
Completes authentication after the user enters a one-time code or follows a link received by SMS.
phoneNumber | User phone number. |
confirmationCode | Confirmation code. |
operationId | Identifier of the confirmation code. |
onSuccess | Called after successful phone number authentication. |
onError | Called after the request resulted with an error. |
|
inlinestatic |
Exchanges the user authentication code to a valid JWT.
code | Access code received from several other OAuth 2.0 requests (example: code from social network authentication). |
onSuccess | Called after successful exchanging. Contains exchanged token. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
|
inlinestatic |
Returns list of links for social authentication enabled in Publisher Account (your Login project > Authentication > Social login section). The links are valid for 10 minutes. You can get the link by this call and add it to your button for authentication via the social network.
onSuccess | Called after list of links for social authentication was successfully received. |
onError | Called after the request resulted with an error. |
locale | Region in the language code_country code format, where:
|
|
inlinestatic |
Returns URL for authentication via the specified social network in a browser.
provider | Name of a social network. Provider must be connected to Login in Publisher Account. Can be amazon , apple , baidu , battlenet , discord , facebook , github , google , kakao , linkedin , mailru , microsoft , msn , naver , ok , paypal , psn , qq , reddit , steam , twitch , twitter , vimeo , vk , wechat , weibo , yahoo , yandex , youtube , or xbox . |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
state | Value used for additional user verification on backend. Must be at least 8 symbols long. xsollatest by default. Required for OAuth 2.0. |
|
inlinestatic |
Returns user details.
onSuccess | Called after successful user details were successfully received. |
onError | Called after the request resulted with an error. |
|
inlinestatic |
Logs the user out and deletes the user session according to the value of the sessions parameter (OAuth2.0 only).
onSuccess | Called after successful user logout. |
onError | Called after the request resulted with an error. |
logoutType | Shows how the user is logged out and how the user session is deleted. Can be sso or all (default). Leave empty to use the default value. |
|
inlinestatic |
Refreshes the token in case it is expired. Works only when OAuth 2.0 is enabled.
onSuccess | Called after successful token refreshing. Refresh data including the JWT will be received. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
|
inlinestatic |
Creates a new user account in the application and sends a sign-up confirmation email to the specified email address. To complete registration, the user should follow the link from the email. To disable email confirmation, contact your Account Manager.
username | Username. |
password | User password. |
User email address. | |
onSuccess | Called after successful user registration. An account confirmation message will be sent to the specified email address if not disabled. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
state | Value used for additional user verification on backend. Must be at least 8 symbols long. xsollatest by default. Required for OAuth 2.0. |
locale | Defines localization of the email the user receives. The following languages are supported: Arabic ( ar_AE ), Bulgarian (bg_BG ), Czech (cz_CZ ), German (de_DE ), Spanish (es_ES ), French (fr_FR ), Hebrew (he_IL ), Italian (it_IT ), Japanese (ja_JP ), Korean (ko_KR ), Polish (pl_PL ), Portuguese (pt_BR ), Romanian (ro_RO ), Russian (ru_RU ), Thai (th_TH ), Turkish (tr_TR ), Vietnamese (vi_VN ), Chinese Simplified (zh_CN ), Chinese Traditional (zh_TW ), English (en_XX , default). |
acceptConsent | Whether the user gave consent to processing of their personal data. |
promoEmailAgreement | User consent to receive the newsletter. |
fields | Parameters used for extended registration form. To use this feature, please contact your Account Manager. |
|
inlinestatic |
Resends a sign-up confirmation email to the specified email address. To complete registration, the user must follow the link from the email.
username | Username or user email address. |
onSuccess | Called after successful sending of the request. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
state | Value used for additional user verification on backend. Must be at least 8 symbols long. xsollatest by default. Required for OAuth 2.0. |
locale | Defines localization of the email user receives. The following languages are supported: Arabic (ar_AE ), Bulgarian (bg_BG ), Czech (cz_CZ ), German (de_DE ), Spanish (es_ES ), French (fr_FR ), Hebrew (he_IL ), Italian (it_IT ), Japanese (ja_JP ), Korean (ko_KR ), Polish (pl_PL ), Portuguese (pt_BR ), Romanian (ro_RO ), Russian (ru_RU ), Thai (th_TH ), Turkish (tr_TR ), Vietnamese (vi_VN ), Chinese Simplified (zh_CN ), Chinese Traditional (zh_TW ), English (en_XX , default). |
|
inlinestatic |
Resets the user’s current password and sends an email to change the password to the email address specified during sign-up.
Email to send the password change verification message to. | |
onSuccess | Called after successful user password reset. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
locale | Defines localization of the email the user receives. The following languages are supported: Arabic (ar_AE ), Bulgarian (bg_BG ), Czech (cz_CZ ), German (de_DE ), Spanish (es_ES ), French (fr_FR ), Hebrew (he_IL ), Italian (it_IT ), Japanese (ja_JP ), Korean (ko_KR ), Polish (pl_PL ), Portuguese (pt_BR ), Romanian (ro_RO ), Russian (ru_RU ), Thai (th_TH ), Turkish (tr_TR ), Vietnamese (vi_VN ), Chinese Simplified (zh_CN ), Chinese Traditional (zh_TW ), English (en_XX , default). |
|
inlinestatic |
Authenticates the user by the username/email and password specified via the authentication interface.
username | Username or email address. |
password | User password. |
onSuccess | Called after successful user authentication. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
|
inlinestatic |
This method is used for authenticating users in Xsolla Login, who play on the consoles and other platforms where Xsolla Login isn't used. You must implement it on your server side. Integration flow on the server side:
application/x-www-form-urlencoded
payload parameters: ?publisher_project_id=XsollaSettings.StoreProjectId
Content-Type: application/json
and X-SERVER-AUTHORIZATION: YourGeneratedJwt
userId | Social platform (XBox, PS4, etc) user unique identifier. |
platform | Platform name (XBox, PS4, etc). |
onSuccess | Called after successful user authentication. Authentication data including the JWT will be received. |
onError | Called after the request resulted with an error. |
|
inlinestatic |
Authenticates a user by exchanging the session ticket from Steam, Xbox, or Epic Games to the JWT.
providerName | Platform on which the session ticket was obtained. Can be steam , xbox , or epicgames . |
appId | Platform application identifier. |
sessionTicket | Session ticket received from the platform. |
onSuccess | Called after successful user authentication with a platform session ticket. Authentication data including a JWT will be received. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
state | Value used for additional user verification on backend. Must be at least 8 symbols long. Will be xsollatest by default. Used only for OAuth2.0 auth. |
code | Code received from the platform. |
|
inlinestatic |
Starts user authentication and sends an email with a one-time code and a link to the specified email address (if login via magic link is configured for the Login project)
User email address. | |
onSuccess | Called after successful email authentication start. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
state | Value used for additional user verification on backend. Must be at least 8 symbols long. xsollatest by default. Required for OAuth 2.0. |
locale | Defines localization of the email the user receives. The following languages are supported: Arabic (ar_AE ), Bulgarian (bg_BG ), Czech (cz_CZ ), German (de_DE ), Spanish (es_ES ), French (fr_FR ), Hebrew (he_IL ), Italian (it_IT ), Japanese (ja_JP ), Korean (ko_KR ), Polish (pl_PL ), Portuguese (pt_BR ), Romanian (ro_RO ), Russian (ru_RU ), Thai (th_TH ), Turkish (tr_TR ), Vietnamese (vi_VN ), Chinese Simplified (zh_CN ), Chinese Traditional (zh_TW ), English (en_XX , default). |
sendLink | Shows whether a link is sent with the confirmation code in the email or not. |
linkUrl | URL to redirect the user to the status authentication page. |
|
inlinestatic |
Starts user authentication and sends an SMS with a one-time code and a link to the specified phone number (if login via magic link is configured for the Login project).
phoneNumber | User phone number. |
onSuccess | Called after successful phone number authentication start. |
onError | Called after the request resulted with an error. |
redirectUri | URI to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the OAuth 2.0 redirect URIs specified in Publisher Account. Required if there are several URIs. |
state | Value used for additional user verification on backend. Must be at least 8 symbols long. xsollatest by default. Required for OAuth 2.0. |
sendLink | Shows whether a link is sent with the confirmation code in the SMS or not. |
linkUrl | URL to redirect the user to the status authentication page. |