Skip to main content

Variable.AuthMethod

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

Type Declaration

Auth0

readonly Auth0: "auth0";

EmailOtp

readonly EmailOtp: "email-otp";

Google

readonly Google: "google";

PhoneOtp

readonly PhoneOtp: "phone-otp";