@bitwild/rockets-auth
Version:
Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more
9 lines • 606 B
TypeScript
import { IssueTokenServiceInterface } from '@concepta/nestjs-authentication';
import { RocketsAuthAuthenticationResponseInterface } from '../../../interfaces/common/rockets-auth-authentication-response.interface';
import { RocketsAuthUserInterface } from '../../user/interfaces/rockets-auth-user.interface';
export declare class AuthTokenRefreshController {
private issueTokenService;
constructor(issueTokenService: IssueTokenServiceInterface);
refresh(user: RocketsAuthUserInterface): Promise<RocketsAuthAuthenticationResponseInterface>;
}
//# sourceMappingURL=auth-refresh.controller.d.ts.map