forked from baron/baron-sso
클라이언트 동의 내역 페이지 전체 목록 조회 및 UX 개선
This commit is contained in:
@@ -54,6 +54,9 @@ export type ConsentSummary = {
|
||||
clientName?: string;
|
||||
grantedScopes: string[];
|
||||
authenticatedAt?: string;
|
||||
createdAt: string;
|
||||
tenantId?: string;
|
||||
tenantName?: string;
|
||||
};
|
||||
|
||||
export type ConsentListResponse = {
|
||||
|
||||
Reference in New Issue
Block a user