/** * The authentication provider that triggered the event. */ export type AuthProvider = "magic-link" | "google" | "session";