api-token.d.ts 382 B

1234567
  1. export declare function api(): string | undefined;
  2. export declare function getOAuthToken(): string | undefined;
  3. export declare function getDockerToken(): string | undefined;
  4. export declare function apiTokenExists(): string;
  5. export declare function apiOrOAuthTokenExists(): string;
  6. export declare function getAuthHeader(): string;
  7. export declare function someTokenExists(): boolean;