UNPKG

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