Variable.AuthMethod
const AuthMethod: {
Auth0: "auth0";
EmailOtp: "email-otp";
Google: "google";
PhoneOtp: "phone-otp";
};
Type Declaration
| Name | Type |
|---|---|
Auth0 | "auth0" |
EmailOtp | "email-otp" |
Google | "google" |
PhoneOtp | "phone-otp" |
const AuthMethod: {
Auth0: "auth0";
EmailOtp: "email-otp";
Google: "google";
PhoneOtp: "phone-otp";
};
| Name | Type |
|---|---|
Auth0 | "auth0" |
EmailOtp | "email-otp" |
Google | "google" |
PhoneOtp | "phone-otp" |