BrokerOptions type

請使用此資料來配置以下券商選項:

  • nativeBrokerPlugin - 原生代理實作(應從 msal-node-extensions 匯入)

注意:這些選項僅適用於使用 Authorization Code 流程的 PublicClientApplications。

type BrokerOptions = { nativeBrokerPlugin?: INativeBrokerPlugin }