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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
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/)
2
2
3
+
# Version 11.0.0
4
+
Released on **Aug 21, 2020**
5
+
6
+
## Enhancements
7
+
8
+
- Added a parameter isWeb in "RefreshAccessToken" API.
9
+
- Added a parameter SocialAppName in "getAccessTokenByFacebookAccessToken, getAccessTokenByTwitterAccessToken,
10
+
getAccessTokenByGoogleAccessToken, getAccessTokenByLinkedinAccessToken, getAccessTokenByAppleIdCode, getAccessTokenByGoogleAuthCode" native Social login APIs.
11
+
12
+
13
+
## Added new multiple APIs for better user experience
// <returns>Response containing Definition of Complete Token data</returns>
881
881
// 18.31
882
882
@@ -913,7 +913,7 @@ public void onFailure(ErrorResponse errorResponse) {
913
913
// <summary>
914
914
// The Revoke Refresh Access Token API is used to revoke a refresh token or the Provider Access Token, revoking an existing refresh token will invalidate the refresh token but the associated access token will work until the expiry.
Copy file name to clipboardExpand all lines: LoginRadius-JavaSDK/src/main/java/com/loginradius/sdk/api/advanced/CustomRegistrationDataApi.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ public void onFailure(ErrorResponse errorResponse) {
186
186
}
187
187
188
188
// <summary>
189
-
// This API allows you to fill data into a dropdown list which you have created for user Registeration. For more details on how to use this API please see our Custom Registration Data Overview
189
+
// This API allows you to fill data into a dropdown list which you have created for user Registration. For more details on how to use this API please see our Custom Registration Data Overview
190
190
// </summary>
191
191
// <param name="registrationDataCreateModelList">Model Class containing Definition of List of Registration Data</param>
192
192
// <returns>Response containing Definition of Complete Validation data</returns>
Copy file name to clipboardExpand all lines: LoginRadius-JavaSDK/src/main/java/com/loginradius/sdk/api/advanced/MultiFactorAuthenticationApi.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public MultiFactorAuthenticationApi(){
42
42
43
43
44
44
// <summary>
45
-
// This API is used to configure the Multi-factor authentication after login by using the access_token when MFA is set as optional on the LoginRadius site.
45
+
// This API is used to configure the Multi-factor authentication after login by using the access token when MFA is set as optional on the LoginRadius site.
46
46
// </summary>
47
47
// <param name="accessToken">Uniquely generated identifier key by LoginRadius that is activated after successful authentication.</param>
@@ -232,7 +232,7 @@ public void onFailure(ErrorResponse errorResponse) {
232
232
}
233
233
234
234
// <summary>
235
-
// This API Resets the Google Authenticator configurations on a given account via the access_token
235
+
// This API Resets the Google Authenticator configurations on a given account via the access token
236
236
// </summary>
237
237
// <param name="accessToken">Uniquely generated identifier key by LoginRadius that is activated after successful authentication.</param>
238
238
// <param name="googleauthenticator">boolean type value,Enable google Authenticator Code.</param>
@@ -272,7 +272,7 @@ public void onFailure(ErrorResponse errorResponse) {
272
272
}
273
273
274
274
// <summary>
275
-
// This API resets the SMS Authenticator configurations on a given account via the access_token.
275
+
// This API resets the SMS Authenticator configurations on a given account via the access token.
276
276
// </summary>
277
277
// <param name="accessToken">Uniquely generated identifier key by LoginRadius that is activated after successful authentication.</param>
278
278
// <param name="otpauthenticator">Pass 'otpauthenticator' to remove SMS Authenticator</param>
@@ -312,7 +312,7 @@ public void onFailure(ErrorResponse errorResponse) {
312
312
}
313
313
314
314
// <summary>
315
-
// This API is used to get a set of backup codes via access_token to allow the user login on a site that has Multi-factor Authentication enabled in the event that the user does not have a secondary factor available. We generate 10 codes, each code can only be consumed once. If any user attempts to go over the number of invalid login attempts configured in the Dashboard then the account gets blocked automatically
315
+
// This API is used to get a set of backup codes via access token to allow the user login on a site that has Multi-factor Authentication enabled in the event that the user does not have a secondary factor available. We generate 10 codes, each code can only be consumed once. If any user attempts to go over the number of invalid login attempts configured in the Dashboard then the account gets blocked automatically
316
316
// </summary>
317
317
// <param name="accessToken">Uniquely generated identifier key by LoginRadius that is activated after successful authentication.</param>
318
318
// <returns>Response containing Definition of Complete Backup Code data</returns>
@@ -348,7 +348,7 @@ public void onFailure(ErrorResponse errorResponse) {
348
348
}
349
349
350
350
// <summary>
351
-
// API is used to reset the backup codes on a given account via the access_token. This API call will generate 10 new codes, each code can only be consumed once
351
+
// API is used to reset the backup codes on a given account via the access token. This API call will generate 10 new codes, each code can only be consumed once
352
352
// </summary>
353
353
// <param name="accessToken">Uniquely generated identifier key by LoginRadius that is activated after successful authentication.</param>
354
354
// <returns>Response containing Definition of Complete Backup Code data</returns>
@@ -719,7 +719,7 @@ public void onFailure(ErrorResponse errorResponse) {
719
719
}
720
720
721
721
// <summary>
722
-
// This API is used to validate the backup code provided by the user and if valid, we return an access_token allowing the user to login incases where Multi-factor authentication (MFA) is enabled and the secondary factor is unavailable. When a user initially downloads the Backup codes, We generate 10 codes, each code can only be consumed once. if any user attempts to go over the number of invalid login attempts configured in the Dashboard then the account gets blocked automatically
722
+
// This API is used to validate the backup code provided by the user and if valid, we return an access token allowing the user to login incases where Multi-factor authentication (MFA) is enabled and the secondary factor is unavailable. When a user initially downloads the Backup codes, We generate 10 codes, each code can only be consumed once. if any user attempts to go over the number of invalid login attempts configured in the Dashboard then the account gets blocked automatically
723
723
// </summary>
724
724
// <param name="multiFactorAuthModelByBackupCode">Model Class containing Definition of payload for MultiFactorAuth By BackupCode API</param>
@@ -122,7 +122,7 @@ public void onFailure(ErrorResponse errorResponse) {
122
122
}
123
123
124
124
// <summary>
125
-
// This API is used to re-authenticate by set of backup codes via access_token on the site that has Multi-factor authentication enabled in re-authentication for the user that does not have the device
125
+
// This API is used to re-authenticate by set of backup codes via access token on the site that has Multi-factor authentication enabled in re-authentication for the user that does not have the device
126
126
// </summary>
127
127
// <param name="accessToken">Uniquely generated identifier key by LoginRadius that is activated after successful authentication.</param>
128
128
// <param name="reauthByBackupCodeModel">Model Class containing Definition for MFA Reauthentication by Backup code</param>
0 commit comments