@@ -149,7 +149,7 @@ fields = "<fields>" #Optional
149149null_support = " True" # Optional
150150sms_template = " <sms_template>" # Optional
151151verification_url = " <verification_url>" # Optional
152- is_voice_otp = " True " # Optional
152+ is_voice_otp = " False " # Optional
153153options = " <options>" # Optional
154154
155155result = loginradius.authentication.update_profile_by_access_token(access_token, user_profile_update_model, email_template, fields, null_support, sms_template, verification_url, is_voice_otp, options)
@@ -476,7 +476,7 @@ fields = "<fields>" #Optional
476476options = " <options>" # Optional
477477verification_url = " <verification_url>" # Optional
478478welcome_email_template = " <welcome_email_template>" # Optional
479- is_voice_otp = " True " # Optional
479+ is_voice_otp = " False " # Optional
480480
481481result = loginradius.authentication.user_registration_by_email(auth_user_registration_model, sott, email_template, fields, options, verification_url, welcome_email_template, is_voice_otp)
482482 ```
@@ -506,7 +506,7 @@ options = "<options>" #Optional
506506sms_template = " <sms_template>" # Optional
507507verification_url = " <verification_url>" # Optional
508508welcome_email_template = " <welcome_email_template>" # Optional
509- is_voice_otp = " True " # Optional
509+ is_voice_otp = " False " # Optional
510510
511511result = loginradius.authentication.user_registration_by_captcha(auth_user_registration_model_with_captcha, email_template, fields, options, sms_template, verification_url, welcome_email_template, is_voice_otp)
512512 ```
@@ -921,7 +921,7 @@ result = loginradius.account.invalidate_account_email_verification(uid, email_te
921921
922922uid = " <uid>" # Required
923923sms_template = " <sms_template>" # Optional
924- is_voice_otp = " True " # Optional
924+ is_voice_otp = " False " # Optional
925925
926926result = loginradius.account.reset_phone_id_verification_by_uid(uid, sms_template, is_voice_otp)
927927 ```
@@ -1607,7 +1607,7 @@ otp = "<otp>" #Required
16071607phone = " <phone>" # Required
16081608fields = " <fields>" # Optional
16091609sms_template = " <sms_template>" # Optional
1610- is_voice_otp = " True " # Optional
1610+ is_voice_otp = " False " # Optional
16111611
16121612result = loginradius.phone_authentication.phone_verification_by_otp(otp, phone, fields, sms_template, is_voice_otp)
16131613 ```
@@ -1624,7 +1624,7 @@ result = loginradius.phone_authentication.phone_verification_by_otp(otp, phone,
16241624access_token = " <access_token>" # Required
16251625otp = " <otp>" # Required
16261626sms_template = " <sms_template>" # Optional
1627- is_voice_otp = " True " # Optional
1627+ is_voice_otp = " False " # Optional
16281628
16291629result = loginradius.phone_authentication.phone_verification_otp_by_access_token(access_token, otp, sms_template, is_voice_otp)
16301630 ```
@@ -1641,7 +1641,7 @@ result = loginradius.phone_authentication.phone_verification_otp_by_access_token
16411641access_token = " <access_token>" # Required
16421642phone = " <phone>" # Required
16431643sms_template = " <sms_template>" # Optional
1644- is_voice_otp = " True " # Optional
1644+ is_voice_otp = " False " # Optional
16451645result = loginradius.phone_authentication.update_phone_number(access_token, phone, sms_template,is_voice_otp)
16461646 ```
16471647
@@ -1676,7 +1676,7 @@ result = loginradius.phone_authentication.login_by_phone(phone_authentication_mo
16761676
16771677phone = " <phone>" # Required
16781678sms_template = " <sms_template>" # Optional
1679- is_voice_otp = " True " # Optional
1679+ is_voice_otp = " False " # Optional
16801680
16811681result = loginradius.phone_authentication.forgot_password_by_phone_otp(phone, sms_template, is_voice_otp)
16821682 ```
@@ -1692,7 +1692,7 @@ result = loginradius.phone_authentication.forgot_password_by_phone_otp(phone, sm
16921692
16931693phone = " <phone>" # Required
16941694sms_template = " <sms_template>" # Optional
1695- is_voice_otp = " True " # Optional
1695+ is_voice_otp = " False " # Optional
16961696
16971697result = loginradius.phone_authentication.phone_resend_verification_otp(phone, sms_template, is_voice_otp)
16981698 ```
@@ -1739,7 +1739,7 @@ sms_template = "<sms_template>" #Optional
17391739verification_url = " <verification_url>" # Optional
17401740welcome_email_template = " <welcome_email_template>" # Optional
17411741email_template = " <email_template>" # Optional
1742- is_voice_otp = " True " # Optional
1742+ is_voice_otp = " False " # Optional
17431743
17441744result = loginradius.phone_authentication.user_registration_by_phone(auth_user_registration_model, sott, fields, options, sms_template, verification_url, welcome_email_template,email_template, is_voice_otp)
17451745 ```
@@ -1844,7 +1844,7 @@ result = loginradius.mfa.mfa_update_setting(access_token, multi_factor_auth_mode
18441844access_token = " <access_token>" # Required
18451845phone_no2_f_a = " <phone_no2_f_a>" # Required
18461846sms_template2_f_a = " <sms_template2_f_a>" # Optional
1847- is_voice_otp = " True " # Optional
1847+ is_voice_otp = " False " # Optional
18481848options = " <options>" # Optional
18491849
18501850result = loginradius.mfa.mfa_update_phone_number_by_token(access_token, phone_no2_f_a, sms_template2_f_a, is_voice_otp,options)
@@ -1948,7 +1948,7 @@ result = loginradius.mfa.mfa_validate_backup_code(multi_factor_auth_model_by_bac
19481948phone_no2_f_a = " <phone_no2_f_a>" # Required
19491949second_factor_authentication_token = " <second_factor_authentication_token>" # Required
19501950sms_template2_f_a = " <sms_template2_f_a>" # Optional
1951- is_voice_otp = " True " # Optional
1951+ is_voice_otp = " False " # Optional
19521952options = " <options>" # Optional
19531953
19541954result = loginradius.mfa.mfa_update_phone_number(phone_no2_f_a, second_factor_authentication_token, sms_template2_f_a, is_voice_otp, options)
@@ -2048,7 +2048,7 @@ sms_template = "<sms_template>" #Optional
20482048sms_template2_f_a = " <sms_template2_f_a>" # Optional
20492049verification_url = " <verification_url>" # Optional
20502050email_template2_f_a = " <email_template2_f_a>" # Optional
2051- is_voice_otp = " True " # Optional
2051+ is_voice_otp = " False " # Optional
20522052options = " <options>" # Optional
20532053
20542054result = loginradius.mfa.mfa_login_by_email(email, password, email_template, fields, login_url, sms_template, sms_template2_f_a, verification_url,email_template2_f_a, is_voice_otp,options)
@@ -2072,7 +2072,7 @@ sms_template = "<sms_template>" #Optional
20722072sms_template2_f_a = " <sms_template2_f_a>" # Optional
20732073verification_url = " <verification_url>" # Optional
20742074email_template2_f_a = " <email_template2_f_a>" # Optional
2075- is_voice_otp = " True " # Optional
2075+ is_voice_otp = " False " # Optional
20762076
20772077result = loginradius.mfa.mfa_login_by_user_name(password, username, email_template, fields, login_url, sms_template, sms_template2_f_a, verification_url,email_template2_f_a, is_voice_otp)
20782078 ```
@@ -2095,7 +2095,7 @@ sms_template = "<sms_template>" #Optional
20952095sms_template2_f_a = " <sms_template2_f_a>" # Optional
20962096verification_url = " <verification_url>" # Optional
20972097email_template2_f_a = " <email_template2_f_a>" # Optional
2098- is_voice_otp = " True " # Optional
2098+ is_voice_otp = " False " # Optional
20992099options = " <options>" # Optional
21002100
21012101result = loginradius.mfa.mfa_login_by_phone(password, phone, email_template, fields, login_url, sms_template, sms_template2_f_a, verification_url,email_template2_f_a, is_voice_otp, options)
@@ -2155,7 +2155,7 @@ result = loginradius.mfa.mfa_security_question_answer_verification(security_ques
21552155 ``` py
21562156
21572157access_token = " <access_token>" # Required
2158- is_voice_otp = " True " # Optional
2158+ is_voice_otp = " False " # Optional
21592159
21602160result = loginradius.mfa.mfa_configure_by_access_token(access_token, is_voice_otp)
21612161 ```
@@ -2215,7 +2215,7 @@ result = loginradius.mfa.mfa_email_otp_by_access_token(access_token, email_id, e
22152215
22162216second_factor_authentication_token = " <second_factor_authentication_token>" # Required
22172217sms_template2_f_a = " <sms_template2_f_a>" # Optional
2218- is_voice_otp = " True " # Optional
2218+ is_voice_otp = " False " # Optional
22192219
22202220result = loginradius.mfa.mfa_resend_otp(second_factor_authentication_token, sms_template2_f_a, is_voice_otp)
22212221 ```
@@ -2252,7 +2252,7 @@ result = loginradius.mfa.mfa_reset_backup_code_by_uid(uid)
22522252
22532253 <h6 id =" MFAResetAuthenticatorByToken-delete- " > MFA Reset Authenticator by Token (DELETE)</h6 >
22542254
2255- 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/ )
2255+ 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/)
22562256
22572257 ``` py
22582258
@@ -2593,7 +2593,7 @@ forgot_pin_otp_by_phone_model = {
25932593" phone" : " <phone>"
25942594} # Required
25952595sms_template = " <sms_template>" # Optional
2596- is_voice_otp = " True " # Optional
2596+ is_voice_otp = " False " # Optional
25972597
25982598result = loginradius.pin_authentication.send_forgot_pin_sms_by_phone(forgot_pin_otp_by_phone_model, sms_template, is_voice_otp)
25992599 ```
@@ -2837,7 +2837,7 @@ result = loginradius.re_authentication.re_auth_by_security_question(access_token
28372837
28382838access_token = " <access_token>" # Required
28392839sms_template2_f_a = " <sms_template2_f_a>" # Optional
2840- is_voice_otp = " True " # Optional
2840+ is_voice_otp = " False " # Optional
28412841
28422842result = loginradius.re_authentication.mfa_re_authenticate(access_token, sms_template2_f_a, is_voice_otp)
28432843 ```
@@ -3133,7 +3133,7 @@ one_touch_login_by_phone_model = {
31333133" phone" : " <phone>"
31343134} # Required
31353135sms_template = " <sms_template>" # Optional
3136- is_voice_otp = " True " # Optional
3136+ is_voice_otp = " False " # Optional
31373137
31383138result = loginradius.one_touch_login.one_touch_login_by_phone(one_touch_login_by_phone_model, sms_template, is_voice_otp)
31393139 ```
@@ -3201,7 +3201,7 @@ password_less_login_otp_model = {
32013201} # Required
32023202fields = " <fields>" # Optional
32033203sms_template = " <sms_template>" # Optional
3204- is_voice_otp = " True " # Optional
3204+ is_voice_otp = " False " # Optional
32053205
32063206result = loginradius.password_less_login.passwordless_login_phone_verification(password_less_login_otp_model, fields, sms_template, is_voice_otp)
32073207 ```
@@ -3251,7 +3251,7 @@ result = loginradius.password_less_login.passwordless_login_verification_by_user
32513251
32523252phone = " <phone>" # Required
32533253sms_template = " <sms_template>" # Optional
3254- is_voice_otp = " True " # Optional
3254+ is_voice_otp = " False " # Optional
32553255
32563256result = loginradius.password_less_login.passwordless_login_by_phone(phone, sms_template, is_voice_otp)
32573257 ```
@@ -3754,7 +3754,8 @@ List of APIs in this Section:<br>
37543754
37553755
37563756<h6 id =" AccessTokenViaCustomJWTToken-get- " > Get Access Token via Custom JWT Token (GET)</h6 >
3757- 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/ )
3757+
3758+ 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/ )
37583759
37593760 ``` py
37603761
0 commit comments