편집

다음을 통해 공유


MsalInterceptorAuthRequest type

type MsalInterceptorAuthRequest =
  | Omit<PopupRequest, "scopes">
  | Omit<RedirectRequest, "scopes">
  | Omit<SilentRequest, "scopes">