Skip to main content

Variable.AuthMethod

const AuthMethod: {
Auth0: "auth0";
EmailOtp: "email-otp";
Google: "google";
PhoneOtp: "phone-otp";
};

Type Declaration

NameTypeDefault value
Auth0"auth0"'auth0'
EmailOtp"email-otp"'email-otp'
Google"google"'google'
PhoneOtp"phone-otp"'phone-otp'