Commit iniziale
This commit is contained in:
11
node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts
generated
vendored
Normal file
11
node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user