Edit

Share via


CredentialEntity type

Credential Cache Type

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
}