semblance/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts
2025-12-19 19:26:16 +00:00

9 lines
No EOL
292 B
TypeScript
Executable file

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