We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f69f3 commit d41cd56Copy full SHA for d41cd56
src/utils/interfaces.ts
@@ -428,7 +428,7 @@ export interface RedirectResult {
428
args: SingleLoginParams | AggregateLoginParams;
429
}
430
431
-export type AUTH0_JWT_LOGIN_TYPE = "apple" | "github" | "linkedin" | "twitter" | "weibo" | "line" | "email_password" | "passwordless";
+export type AUTH0_JWT_LOGIN_TYPE = "apple" | "github" | "linkedin" | "twitter" | "weibo" | "line";
432
433
export type AggregateVerifierParams = {
434
verify_params: {
0 commit comments