UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

4 lines 390 B
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