UserAuthorizationApp
type UserAuthorizationApp = {
description: string | null;
displayName: string;
iconMd: string | null;
id: string;
serviceUrl: string | null;
};
App info attached to a user authorization entry.
Type Declaration
| Name | Type | Default value |
|---|---|---|
description | string | null | - |
displayName | string | - |
iconMd | string | null | - |
id | string | StringOrNumberSchema |
serviceUrl | string | null | - |