IdentityPlugin type

Le type d’un plugin Azure Identity, une fonction acceptant un contexte de plugin.

type IdentityPlugin = (context: unknown) => void