Edit

Share via


CredentialFilter type

Credential: <home_account_id*>-<environment>-<credential_type>-<client_id>-<realm*>-<target*>-<scheme*>

type CredentialFilter = {
  clientId?: string
  credentialType?: string
  environment?: string
  familyId?: string
  homeAccountId?: string
  keyId?: string
  realm?: string
  requestedClaimsHash?: string
  target?: ScopeSet
  tokenType?: AuthenticationScheme
  userAssertionHash?: string
}