You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,61 @@
1
1
> **LoginRadius Java SDK Change Log** provides information regarding what has changed, more specifically what changes, improvements and bug fix has been made to the SDK. For more details please refer to the [LoginRadius API Documention(https://www.loginradius.com/docs/api/v2/deployment/sdk-libraries/java-library/)
For developers migrating to v11.6.0, there will be minor breaking changes in terms of SDK implementation. In this version, we have added/removed following parameter in respective Api.
24
+
25
+
- Added `isVoiceOtp` parameter in `ResetPhoneIDVerificationByUid` API
26
+
- Added `isVoiceOtp` parameter in `MFAConfigureByAccessToken` API
27
+
- Added `isVoiceOtp` and `options` parameter in `MFAUpdatePhoneNumberByToken` API
28
+
- Added `isVoiceOtp`, `emailTemplate2FA` and `options` parameter in `MFALoginByEmail` API
29
+
- Added `isVoiceOtp` and `emailTemplate2FA` parameter in `MFALoginByUserName` API
30
+
- Added `isVoiceOtp` , `emailTemplate2FA` and `options` parameter in `MFALoginByPhone` API
31
+
- Added `isVoiceOtp` and `options` parameter in `MFAUpdatePhoneNumber` API
32
+
- Added `isVoiceOtp` parameter in `MFAResendOTP` API
33
+
- Added `isVoiceOtp` parameter in `MFAReAuthenticate` API
34
+
- Added `isVoiceOtp` and `options` parameter in `UpdateProfileByAccessToken` API
35
+
- Added `isVoiceOtp` parameter in `UserRegistrationByEmail` API
36
+
- Added `isVoiceOtp` parameter in `UserRegistrationByCaptcha` API
37
+
- Added `isVoiceOtp` parameter in `OneTouchLoginByPhone` API
38
+
- Added `isVoiceOtp` parameter in `PasswordlessLoginPhoneVerification` API
39
+
- Added `isVoiceOtp` parameter in `PasswordlessLoginByPhone` API
40
+
- Added `isVoiceOtp` parameter in `ForgotPasswordByPhoneOTP` API
41
+
- Added `isVoiceOtp` parameter in `PhoneVerificationByOTP` API
42
+
- Added `isVoiceOtp` parameter in `PhoneVerificationOTPByAccessToken` API
43
+
- Added `isVoiceOtp` parameter in `PhoneResendVerificationOTP` API
44
+
- Added `isVoiceOtp` parameter in `UpdatePhoneNumber` API
45
+
- Added `isVoiceOtp` and `emailTemplate` parameter in `UserRegistrationByPhone` API
46
+
- Added `isVoiceOtp` parameter in `SendForgotPINSMSByPhone` API
47
+
- Added `uuid` parameter in `VerifyEmail` API
48
+
- Added `h-captcha-response` in the Captcha Model
49
+
- Removed `smsTemplate2FA` parameter in `MFAConfigureByAccessToken` API
// This API generate Email tokens and Email OTPs for Email verification, Add email, Forgot password, Delete user, Passwordless login, Forgot pin, One-touch login and Auto login.
992
+
// </summary>
993
+
// <param name="multiEmailToken">Model Class containing Definition of payload for Multipurpose Email Token Generation API</param>
994
+
// <param name="tokentype">The identifier type for the token that we need to generate</param>
995
+
// <returns>Response containing Definition for Complete MultiToken</returns>
// Note: This is intended for specific workflows where an email may be associated to multiple UIDs. This API is used to retrieve all of the identities (UID and Profiles), associated with a specified email in Cloud Storage.
952
1033
// </summary>
@@ -1067,4 +1148,45 @@ public void onFailure(ErrorResponse errorResponse) {
1067
1148
}
1068
1149
});
1069
1150
}
1151
+
1152
+
// <summary>
1153
+
// This API generates SMS OTP for Add phone, Phone Id verification, Forgot password, Forgot pin, One-touch login, smart login and Passwordless login.
1154
+
// </summary>
1155
+
// <param name="multiSmsOtp"></param>
1156
+
// <param name="smsotptype">The identifier type for the OTP that we need to generate</param>
1157
+
// <returns>Response containing Definition for Complete MultiToken</returns>
0 commit comments