UNPKG

msal

Version:
15 lines (13 loc) 287 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. /** * @hidden */ export interface IUri { Protocol: string; HostNameAndPort: string; AbsolutePath: string; Search: string; Hash: string; PathSegments: string[]; }