TypeAlias.AuthConnection
type AuthConnection = "username-password" | "email" | "google-oauth2";
Represents the types of authentication connections available.
type AuthConnection = "username-password" | "email" | "google-oauth2";
Represents the types of authentication connections available.