BrokerOptions type
Use this to configure the below broker options:
- nativeBrokerPlugin - Native broker implementation (should be imported from msal-node-extensions)
Note: These options are only available for PublicClientApplications using the Authorization Code Flow
type BrokerOptions = { nativeBrokerPlugin?: INativeBrokerPlugin }