Files
2025-03-07 19:22:02 +01:00

11 lines
514 B
TypeScript

import { ServerAuthorizationCodeResponse } from "../response/ServerAuthorizationCodeResponse.js";
/**
* 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