Skip to content

Commit

Permalink
Added required tag to redirect_uri parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kegashe authored Feb 21, 2024
1 parent 2d0a766 commit 3a3d4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/api/authentication/_passwordless.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Once you have a verification code, use this endpoint to login the user with thei
| `otp` <br/><span class="label label-danger">Required</span> | The user's verification code. |
| <dfn data-key="audience">`audience`</dfn> | API Identifier of the API for which you want to get an Access Token. |
| <dfn data-key="scope">`scope`</dfn> | Use `openid` to get an ID Token, or `openid profile email` to also include user profile information in the ID Token. |
| `redirect_uri` | A callback URL that has been registered with your application's **Allowed Callback URLs**. |
| `redirect_uri` <br/><span class="label label-danger">Required</span> | A callback URL that has been registered with your application's **Allowed Callback URLs**. |


### Test with Authentication API Debugger
Expand Down

0 comments on commit 3a3d4ae

Please sign in to comment.