UNPKG

182 BTypeScriptView Raw
1export declare enum Authentications {
2 OAuth2 = "OAUTH2",
3 OAuth1 = "OAUTH1",
4 Basic = "BASIC",
5 ApiKey = "APIKEY",
6 NoAuth = "NONE"
7}
8export default Authentications;