클라이언트 동의 내역 페이지 전체 목록 조회 및 UX 개선

This commit is contained in:
kyy
2026-02-06 11:30:13 +09:00
parent 7a057fa5db
commit 7f52479c5c
2 changed files with 106 additions and 99 deletions
+3
View File
@@ -54,6 +54,9 @@ export type ConsentSummary = {
clientName?: string;
grantedScopes: string[];
authenticatedAt?: string;
createdAt: string;
tenantId?: string;
tenantName?: string;
};
export type ConsentListResponse = {