OSDK account management service likely implemented by Ubisoft after taking over Quazal Technologies.
Method ID | Method Name |
---|---|
1 | CreateAccount |
2 | UpdateAccount |
3 | GetAccount |
4 | LinkAccount |
5 | GetTOS |
6 | ValidateUsername |
7 | ValidatePassword |
8 | ValidateEmail |
9 | GetCountryList |
10 | ForgetPassword |
Type | Name |
---|---|
UbiAccount | ubiAccount |
Type | Name |
---|---|
UbiAccount | ubiAccount |
List<ValidationFailureReason> | failedReasons |
Type | Name |
---|---|
UbiAccount | ubiAccount |
Type | Name |
---|---|
UbiAccount | ubiAccount |
List<ValidationFailureReason> | failedReasons |
This method does not take any parameters.
Type | Name |
---|---|
UbiAccount | ubiAccount |
Bool | exists |
Type | Name |
---|---|
String | ubiAccountUsername |
String | ubiAccountPassword |
Type | Name |
---|---|
String | ubiAccountUsername |
Type | Name |
---|---|
String | countryCode |
String | languageCode |
Bool | htmlVersion |
Type | Name |
---|---|
TOS | tos |
Type | Name |
---|---|
String | username |
Type | Name |
---|---|
UsernameValidation | usernameValidation |
Type | Name |
---|---|
String | password |
String | username |
Type | Name |
---|---|
List<ValidationFailureReason> | failedReasons |
Type | Name |
---|---|
String |
Type | Name |
---|---|
List<ValidationFailureReason> | failedReasons |
Type | Name |
---|---|
String | languageCode |
Type | Name |
---|---|
List<Country> | countries |
Type | Name |
---|---|
String | usernameOrEmail |
This method does not return anything.
Country (Structure)
Type | Name |
---|---|
String | m_code |
String | m_name |
ExternalAccount (Structure)
Type | Name |
---|---|
Uint32 | m_accountType |
String | m_id |
String | m_username |
UbiAccountStatus (Structure)
Type | Name |
---|---|
Uint32 | m_basicStatus |
Bool | m_missingRequiredInformations |
Bool | m_recoveringPassword |
Bool | m_pendingDeactivation |
UbiAccount (Structure)
Type | Name |
---|---|
String | m_ubiAccountId |
String | m_username |
String | m_password |
UbiAccountStatus | m_status |
String | m_email |
DateTime | m_dateOfBirth |
Uint32 | m_gender |
String | m_countryCode |
Bool | m_optIn |
Bool | m_thirdPartyOptIn |
String | m_firstName |
String | m_lastName |
String | m_preferredLanguage |
List<ExternalAccount> | m_externalAccounts |
TOS (Structure)
Type | Name |
---|---|
String | m_localeCode |
String | m_content |
String | m_storingInfoQuestion |
ValidationFailureReason (Structure)
Type | Name |
---|---|
Uint32 | m_validationId |
String | m_description |
UsernameValidation (Structure)
Type | Name |
---|---|
List<String> | m_suggestions |
List<ValidationFailureReason> | m_reasons |