synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
4 lines • 390 B
TypeScript
export declare const LoginMethods: readonly ["ARCUS", "GOOGLE", "ORCID", "EMAIL", "SAGE_BIONETWORKS"];
export type LoginMethod = (typeof LoginMethods)[number];
export declare function getLoginMethodFriendlyName(loginMethod: LoginMethod): "Arcus Biosciences" | "Google" | "ORCiD" | "your email" | "Sage Bionetworks (Realm)" | "unknown login method";
//# sourceMappingURL=LoginMethod.d.ts.map