LookAtMySuitBot/js/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts

11 lines
511 B
TypeScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
import { ServerAuthorizationCodeResponse } from "../response/ServerAuthorizationCodeResponse";
/**
* Parses hash string from given string. Returns empty string if no hash symbol is found.
* @param hashString
*/
export declare function stripLeadingHashOrQuery(responseString: string): string;
/**
* Returns URL hash as server auth code response object.
*/
export declare function getDeserializedResponse(responseString: string): ServerAuthorizationCodeResponse | null;
//# sourceMappingURL=UrlUtils.d.ts.map