snyk
Version:
snyk library and cli utility
8 lines (7 loc) • 382 B
TypeScript
export declare function api(): string | undefined;
export declare function getOAuthToken(): string | undefined;
export declare function getDockerToken(): string | undefined;
export declare function apiTokenExists(): string;
export declare function apiOrOAuthTokenExists(): string;
export declare function getAuthHeader(): string;
export declare function someTokenExists(): boolean;