UNPKG

@minimaltech/ra-infra

Version:

Minimal Technology ReactJS Infrastructure

15 lines (14 loc) 300 B
export declare class DefaultAuthService { getUser(): any; getRoles(): Set<string>; getAuth(): any; saveAuth(opts: { userId: number; username: string; token: { value: string; type: string; }; }): void; cleanUp(): void; }