@simulacrum/auth0-simulator
Version:
Run local instance of Auth0 API for local development and integration testing
4 lines • 312 B
TypeScript
import type { GrantType, RefreshToken } from "../types.ts";
export declare function issueRefreshToken(scope: string, grantType: GrantType): boolean;
export declare function createRefreshToken({ exp, rotations, scope, user, nonce, }: Omit<RefreshToken, "iat">): string;
//# sourceMappingURL=refresh-token.d.ts.map