IdentityPlugin type

Azure Identity 플러그인의 타입, 플러그인 컨텍스트를 받아들이는 함수입니다.

type IdentityPlugin = (context: unknown) => void