@clerk/types
Advanced tools
Comparing version 1.15.4 to 1.15.5
@@ -317,2 +317,19 @@ import { ClientResource } from './client'; | ||
}; | ||
export interface HandleMagicLinkVerificationParams { | ||
/** | ||
* Full URL or path to navigate after successful magic link verification | ||
* on completed sign up or sign in on the same device. | ||
*/ | ||
redirectUrlComplete?: string; | ||
/** | ||
* Full URL or path to navigate after successful magic link verification | ||
* on the same device, but not completed sign in or sign up. | ||
*/ | ||
redirectUrl?: string; | ||
/** | ||
* Callback function to be executed after successful magic link | ||
* verification on another device. | ||
*/ | ||
onVerifiedOnOtherDevice?: Function; | ||
} | ||
//# sourceMappingURL=clerk.d.ts.map |
{ | ||
"name": "@clerk/types", | ||
"version": "1.15.4", | ||
"version": "1.15.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Clerk.dev Types", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92957
1395