UNPKG

@azure/msal-node

Version:
13 lines (10 loc) 263 B
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { AccountInfo } from "@azure/msal-common/node"; /** @public */ export type SignOutRequest = { account: AccountInfo; correlationId?: string; };