/** * Common helper functions for working with Response Headers. These utilities are intended to be simple, * small, and very broadly applicable. * @internal */ export default class ResponseUtilities { /** * @param authenticateHeader - Represents the "WWW-Authenticate" from Response Header * @returns required Claims from the Response Header */ static getRequiredClaims(authenticateHeader: string): string; } //# sourceMappingURL=ResponseUtilities.d.ts.map