interface ProductSpecificAuthorizeResponse {
    customClaims?: {
        accessToken?: Record<string, any>;
        idToken?: Record<string, any>;
    };
    isAuthorized: boolean;
}

Hierarchy (View Summary)

Properties

customClaims?: {
    accessToken?: Record<string, any>;
    idToken?: Record<string, any>;
}
isAuthorized: boolean