Clerk.RedirectURL (Clerk SDK v1.0.0)

Redirect URLs are whitelisted URLs that facilitate secure authentication flows in native applications (e.g. React Native, Expo). In these contexts, Clerk ensures that security-critical nonces are passed only to the whitelisted URLs.

Summary

Functions

Create a redirect URL

Remove the selected redirect URL from the whitelist of the instance

Retrieve the details of the redirect URL with the given ID

Lists all whitelisted redirect_urls for the instance

Functions

Link to this function

create(params, opts \\ [])

Create a redirect URL

REQUEST BODY SCHEMA: application/json

url

string The full url value prefixed with https:// or a custom scheme e.g. "https://my-app.com/oauth-callback" or "my-app://oauth-callback"

Link to this function

delete(id, opts \\ [])

Remove the selected redirect URL from the whitelist of the instance

Link to this function

get(id, opts \\ [])

Retrieve the details of the redirect URL with the given ID

Link to this function

list(opts \\ [])

Lists all whitelisted redirect_urls for the instance