Skip to content

Commit 3a79b7d

Browse files
author
LoginRadius
committed
Update README.md
1 parent e3da301 commit 3a79b7d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ lrv2.authenticationApi.getPrivacyPolicyHistoryByAccessToken(accessToken).then((r
10411041

10421042
<h6 id="AuthSendVerificationEmailForLinkingSocialProfiles-get-"> Auth send verification Email for linking social profiles (GET)</h6>
10431043

1044-
This API is used to Send verification email to the unverified email of the social profile. This API can be used only incase of optional verification workflow. [More Info](/api/v2/customer-identity-api/authentication/auth-send-verification-for-social-email/)
1044+
This API is used to Send verification email to the unverified email of the social profile. This API can be used only incase of optional verification workflow. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/authentication/auth-send-verification-for-social-email/)
10451045

10461046

10471047

@@ -1416,7 +1416,7 @@ lrv2.accountApi.getEmailVerificationToken(email).then((response) => {
14161416

14171417
<h6 id="MultipurposeEmailTokenGeneration-post-"> Multipurpose Email Token Generation API (POST)</h6>
14181418

1419-
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. [More Info](/api/v2/customer-identity-api/account/multipurpose-token-and-sms-otp-generation-api/multipurpose-email-token-generation/)
1419+
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. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/account/multipurpose-token-and-sms-otp-generation-api/multipurpose-email-token-generation/)
14201420

14211421

14221422

@@ -1447,7 +1447,7 @@ lrv2.accountApi.multipurposeEmailTokenGeneration(multiEmailToken, tokentype).the
14471447

14481448
<h6 id="MultipurposeSMSOTPGeneration-post-"> Multipurpose SMS OTP Generation API (POST)</h6>
14491449

1450-
This API generates SMS OTP for Add phone, Phone Id verification, Forgot password, Forgot pin, One-touch login, smart login and Passwordless login. [More Info](/api/v2/customer-identity-api/account/multipurpose-token-and-sms-otp-generation-api/multipurpose-sms-otp-generation/)
1450+
This API generates SMS OTP for Add phone, Phone Id verification, Forgot password, Forgot pin, One-touch login, smart login and Passwordless login. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/account/multipurpose-token-and-sms-otp-generation-api/multipurpose-sms-otp-generation/)
14511451

14521452

14531453

@@ -1743,7 +1743,7 @@ lrv2.accountApi.removeEmail(email, uid, fields).then((response) => {
17431743

17441744
<h6 id="RevokeAllRefreshToken-delete-"> Revoke All Refresh Token (DELETE)</h6>
17451745

1746-
The Revoke All Refresh Access Token API is used to revoke all refresh tokens for a specific user. [More Info](/api/v2/customer-identity-api/refresh-token/revoke-all-refresh-token/)
1746+
The Revoke All Refresh Access Token API is used to revoke all refresh tokens for a specific user. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/refresh-token/revoke-all-refresh-token/)
17471747

17481748

17491749

@@ -2827,7 +2827,7 @@ lrv2.multiFactorAuthenticationApi.mfaSecurityQuestionAnswer(securityQuestionAnsw
28272827

28282828
<h6 id="MFAValidateAuthenticatorCode-put-"> MFA Validate Authenticator Code (PUT)</h6>
28292829

2830-
This API is used to login to a user's account during the second MFA step with an Authenticator Code. [More Info](/api/v2/customer-identity-api/multi-factor-authentication/authenticator/mfa-validate-authenticator-code/)
2830+
This API is used to login to a user's account during the second MFA step with an Authenticator Code. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/multi-factor-authentication/authenticator/mfa-validate-authenticator-code/)
28312831

28322832

28332833

@@ -2854,7 +2854,7 @@ lrv2.multiFactorAuthenticationApi.mfaValidateAuthenticatorCode(multiFactorAuthMo
28542854

28552855
<h6 id="MFAVerifyAuthenticatorCode-put-"> MFA Verify Authenticator Code (PUT)</h6>
28562856

2857-
This API is used to validate an Authenticator Code as part of the MFA process. [More Info](/api/v2/customer-identity-api/multi-factor-authentication/authenticator/mfa-verify-authenticator-code/)
2857+
This API is used to validate an Authenticator Code as part of the MFA process. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/multi-factor-authentication/authenticator/mfa-verify-authenticator-code/)
28582858

28592859

28602860

@@ -2920,6 +2920,7 @@ lrv2.multiFactorAuthenticationApi.mfaLoginByEmail(email, password, emailTemplate
29202920

29212921
```js
29222922

2923+
var password = "<password>"; //Required
29232924
var username = "<username>"; //Required
29242925
var emailTemplate = "<emailTemplate>"; //Optional
29252926
var fields = null; //Optional
@@ -3192,7 +3193,7 @@ lrv2.multiFactorAuthenticationApi.mfaResetBackupCodeByUid(uid).then((response) =
31923193

31933194
<h6 id="MFAResetAuthenticatorByToken-delete-"> MFA Reset Authenticator by Token (DELETE)</h6>
31943195

3195-
This API Resets the Authenticator configurations on a given account via the access_token. [More Info](/api/v2/customer-identity-api/multi-factor-authentication/google-authenticator/mfa-reset-authenticator-by-token/)
3196+
This API Resets the Authenticator configurations on a given account via the access_token. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/multi-factor-authentication/google-authenticator/mfa-reset-authenticator-by-token/)
31963197

31973198

31983199

@@ -3303,7 +3304,7 @@ lrv2.multiFactorAuthenticationApi.mfaResetSMSAuthenticatorByUid(otpauthenticator
33033304

33043305
<h6 id="MFAResetAuthenticatorByUid-delete-"> MFA Reset Authenticator By UID (DELETE)</h6>
33053306

3306-
This API resets the Authenticator configurations on a given account via the UID. [More Info](/api/v2/customer-identity-api/multi-factor-authentication/authenticator/mfa-reset-authenticator-by-uid/)
3307+
This API resets the Authenticator configurations on a given account via the UID. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/multi-factor-authentication/authenticator/mfa-reset-authenticator-by-uid/)
33073308

33083309

33093310

@@ -3906,7 +3907,7 @@ lrv2.reAuthenticationApi.reAuthValidateEmailOtp(accessToken, reauthByEmailOtpMod
39063907

39073908
<h6 id="MFAReAuthenticateByAuthenticatorCode-put-"> MFA Step-Up Authentication by Authenticator Code (PUT)</h6>
39083909

3909-
This API is used to validate the triggered MFA authentication flow with the Authenticator Code. [More Info](/api/v2/customer-identity-api/re-authentication/mfa/re-auth-by-otp/)
3910+
This API is used to validate the triggered MFA authentication flow with the Authenticator Code. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/re-authentication/mfa/re-auth-by-otp/)
39103911

39113912

39123913

@@ -5298,7 +5299,7 @@ List of APIs in this Section:<br>
52985299

52995300
<h6 id="AccessTokenViaCustomJWTToken-get-"> Get Access Token via Custom JWT Token (GET)</h6>
53005301

5301-
This API is used to retrieve a LoginRadius access token by passing in a valid custom JWT token. [More Info](/api/v2/customer-identity-api/social-login/native-social-login-api/access-token-by-custom-jwt-token/)
5302+
This API is used to retrieve a LoginRadius access token by passing in a valid custom JWT token. [More Info](https://www.loginradius.com/docs/api/v2/customer-identity-api/social-login/native-social-login-api/access-token-by-custom-jwt-token/)
53025303

53035304

53045305

0 commit comments

Comments
 (0)