Initial
This commit is contained in:
11
node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts
generated
vendored
Normal file
11
node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { AuthorizeResponse } from "@azure/msal-common/node";
|
||||
/**
|
||||
* Interface for LoopbackClient allowing to replace the default loopback server with a custom implementation.
|
||||
* @public
|
||||
*/
|
||||
export interface ILoopbackClient {
|
||||
listenForAuthCode(successTemplate?: string, errorTemplate?: string): Promise<AuthorizeResponse>;
|
||||
getRedirectUri(): string;
|
||||
closeServer(): void;
|
||||
}
|
||||
//# sourceMappingURL=ILoopbackClient.d.ts.map
|
||||
Reference in New Issue
Block a user