CredentialEntity type
Tipo di cache delle credenziali
type CredentialEntity = {
clientId: string
credentialType: CredentialType
environment: string
familyId?: string
homeAccountId: string
keyId?: string
lastUpdatedAt: string
realm?: string
requestedClaimsHash?: string
secret: string
target?: string
tokenType?: AuthenticationScheme
userAssertionHash?: string
}