Patch Changes
-
Introduce
__internal_copyInstanceKeysUrlas property inClerkOptions. It is intented for internall usage from other Clerk SDKs and will be used in Keyless mode. (#4755) by @panteliselef -
Add
claimedAtproprty inside AuthConfig for the environment. It describes when a instance that was created from the Keyless mode was finally claimed. (#4752) by @panteliselef -
Introduce a
toJSON()function on resources. (#4604) by @anagstefThis change also introduces two new internal methods on the Clerk resource, to be used by the expo package.
__internal_getCachedResources(): (Optional) This function is used to load cached Client and Environment resources if Clerk fails to load them from the Frontend API.__internal_reloadInitialResources(): This funtion is used to reload the initial resources (Environment/Client) from the Frontend API.