UNPKG

@kyleroberts69/core

Version:

Core library for the Chatbot project

21 lines (20 loc) 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // // Auth Providers as string type // export type AuthProvidersString = // | 'apple' // | 'auth0' // | 'azure' // | 'cognito' // | 'discord' // | 'facebook' // | 'github' // | 'gitlab' // | 'google' // | 'okta' // | 'reddit' // | 'salesforce' // | 'slack' // | 'spotify' // | 'twitch' // | 'twitter';