TypeAlias.AuthConnection
type AuthConnection = "Username-Password-Authentication" | "google-oauth2";
Represents the types of authentication connections available.
type AuthConnection = "Username-Password-Authentication" | "google-oauth2";
Represents the types of authentication connections available.