UNPKG

@pvway/alpha-oas

Version:

Alpha OAuth Service by p.v.Way

9 lines (8 loc) 251 B
export declare class AlphaRefreshData { private static readonly refreshTokenFieldName; refreshToken: string; constructor(refreshToken: string); static retrieve(): AlphaRefreshData | null; static clear(): void; store(): void; }