UNPKG

@brewww/authentication-service

Version:
6 lines (5 loc) 217 B
import { CustomClaim } from "../concrete/custom-claim.type"; import { User } from "../../entities/user.entity"; export interface ICustomClaimsImporter { getCustomClaimsAsync(user: User): Promise<CustomClaim[]>; }