1
0
forked from baron/baron-sso

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

This commit is contained in:
2026-02-06 11:24:14 +09:00
parent 7a057fa5db
commit 7f52479c5c
2 changed files with 106 additions and 99 deletions

View File

@@ -54,6 +54,9 @@ export type ConsentSummary = {
clientName?: string;
grantedScopes: string[];
authenticatedAt?: string;
createdAt: string;
tenantId?: string;
tenantName?: string;
};
export type ConsentListResponse = {