Interface IAuthentication

interface IAuthentication {
    accessToken: string;
    organizationId: string;
    refreshToken: string;
    userId: string;
}

Properties

accessToken: string
organizationId: string
refreshToken: string
userId: string

Generated using TypeDoc