Type Alias: UserLoginMethod
type UserLoginMethod = "cac" | "google" | "apple";
Defined in: models/user.ts:15
The accepted user login methods
type UserLoginMethod = "cac" | "google" | "apple";
Defined in: models/user.ts:15
The accepted user login methods