Authorization
AuthorizationRequiredBearer <token>In: header
Request Body
application/jsonRequiredstepupbooleanDefault:
falsecustomClaimsobjectmfabooleanDefault:
falsessoAppIdstringtemplateOptionsobjectlocalestringpkceChallengestringFormat:
"bytes"revokeOtherSessionsbooleanrevokeOtherSessionsTypesarray<string>Query Parameters
providerstringredirectUrlstringpromptarray<string>testbooleanrawResponsebooleanloginHintstringOK
Was this helpful?
Create Redirect URI for Sign-In Request POST
### Create an OAuth Redirect URI for user Sign-In Request This endpoint allows you to create an OAuth Redirect URI for user Sign-Up Request. ### See Also - See [The User Object](/api/overview#the-user-object) for further details on how to identify users and their contact information such as email addresses and phone number. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <Project ID>`
Starts a full OAuth flow using native APIs POST
Starts a full OAuth flow using native APIs ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <Project ID>`