forked from baron/baron-sso
feat(devfront): show client creators and headless filter
This commit is contained in:
@@ -8,6 +8,7 @@ export type ClientSummary = {
|
||||
name: string;
|
||||
type: ClientType;
|
||||
status: ClientStatus;
|
||||
creatorId?: string;
|
||||
createdAt?: string;
|
||||
clientSecret?: string;
|
||||
tokenEndpointAuthMethod?: string;
|
||||
|
||||
Reference in New Issue
Block a user