Type alias BrokerOptions

BrokerOptions: {
    nativeBrokerPlugin?: INativeBrokerPlugin;
}

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 declaration

Generated using TypeDoc