Skip to main content
Docs

The Backend RedirectUrl object

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.

The Backend RedirectUrl object represents a redirect URL in your application. This object is used in the Backend API.

Properties

  • Name
    id
    Type
    string
    Description

    The unique identifier for the redirect URL.

  • Name
    url
    Type
    string
    Description

    The full URL value prefixed with https:// or a custom scheme. For example, https://my-app.com/oauth-callback or my-app://oauth-callback.

  • Name
    createdAt
    Type
    number
    Description

    The date when the redirect URL was first created.

  • Name
    updatedAt
    Type
    number
    Description

    The date when the redirect URL was last updated.

Feedback

What did you think of this content?

Last updated on