forked from baron/baron-sso
안내 메세지 및 실제 이름 표시
This commit is contained in:
@@ -49,6 +49,7 @@ export type ClientUpsertRequest = {
|
||||
|
||||
export type ConsentSummary = {
|
||||
subject: string;
|
||||
userName?: string;
|
||||
clientId: string;
|
||||
clientName?: string;
|
||||
grantedScopes: string[];
|
||||
|
||||
Reference in New Issue
Block a user