type SignInWithEmailOptions = { email: string; idempotencyKey?: string; };
email
string
idempotencyKey?
Was this page helpful?