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

9 lines
289 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
import { CredentialEntity } from "./CredentialEntity";
/**
* 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