HttpResponse: { details: BearerToken; firm: Firm; policy: "OAuth2" | "AD"; status: "authenticated"; } | { details: MemberGroup; status: "update-password"; } | { details: MemberGroup[]; status: "firm-selection"; } | { details: null; status: "require-cgu-approval"; } Type declaration
policy: "OAuth2" | "AD"
status: "authenticated"
Type declaration
status: "update-password"
Type declaration
details: null
status: "require-cgu-approval"