cletus/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts
2025-05-09 15:53:19 -05:00

9 lines
No EOL
292 B
TypeScript

import { CredentialEntity } from "./CredentialEntity.js";
/**
* Id Token Cache Type
*/
export type IdTokenEntity = CredentialEntity & {
/** Full tenant or organizational identifier that the account belongs to */
realm: string;
};
//# sourceMappingURL=IdTokenEntity.d.ts.map