13 lines
No EOL
410 B
TypeScript
13 lines
No EOL
410 B
TypeScript
import type { BrokerOptions } from "../msal/nodeFlows/brokerOptions.js";
|
|
/**
|
|
* Configuration options for InteractiveBrowserCredential
|
|
* to support WAM Broker Authentication.
|
|
*/
|
|
export interface BrokerAuthOptions {
|
|
/**
|
|
* Options to allow broker authentication when using InteractiveBrowserCredential
|
|
*
|
|
*/
|
|
brokerOptions?: BrokerOptions;
|
|
}
|
|
//# sourceMappingURL=brokerAuthOptions.d.ts.map
|