Add PBandGraphOauth scaffold and auth UI
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { AccountInfo } from "@azure/msal-common/node";
|
||||
/** @public */
|
||||
export type SignOutRequest = {
|
||||
account: AccountInfo;
|
||||
correlationId?: string;
|
||||
};
|
||||
//# sourceMappingURL=SignOutRequest.d.ts.map
|
||||
Reference in New Issue
Block a user