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
ormy-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
Last updated on