UNPKG

trm-registry-types

Version:
7 lines (6 loc) 132 B
export declare enum AuthenticationType { NO_AUTH = "NO_AUTH", BASIC = "BASIC", OAUTH2 = "OAUTH2", TOKEN = "TOKEN" }