botbook/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts

12 lines
369 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
/**
* App Metadata Cache Type
*/
export type AppMetadataEntity = {
/** clientId of the application */
clientId: string;
/** entity that issued the token, represented as a full host */
environment: string;
/** Family identifier, '1' represents Microsoft Family */
familyId?: string;
};
//# sourceMappingURL=AppMetadataEntity.d.ts.map