UNPKG

@fanoutio/grip

Version:
8 lines 247 B
import { type IAuth } from './IAuth.js'; export declare class Bearer implements IAuth { private readonly _token; constructor(token: string); getToken(): string; buildHeader(): Promise<string>; } //# sourceMappingURL=Bearer.d.ts.map