semblance-dev/node_modules/@azure/msal-browser/dist/broker/nativeBroker/IPlatformAuthHandler.d.ts
2025-12-19 19:26:16 +00:00

12 lines
No EOL
498 B
TypeScript
Executable file

import { PlatformAuthRequest } from "./PlatformAuthRequest.js";
import { PlatformAuthResponse } from "./PlatformAuthResponse.js";
/**
* Interface for the Platform Broker Handlers
*/
export interface IPlatformAuthHandler {
getExtensionId(): string | undefined;
getExtensionVersion(): string | undefined;
getExtensionName(): string | undefined;
sendMessage(request: PlatformAuthRequest): Promise<PlatformAuthResponse>;
}
//# sourceMappingURL=IPlatformAuthHandler.d.ts.map