@azure/data-tables
Version:
An isomorphic client library for the Azure Tables service.
8 lines • 421 B
TypeScript
import type { Pipeline } from "@azure/core-rest-pipeline";
import type { TokenCredential } from "@azure/core-auth";
/**
* @internal
* Setups the challenge authentication policy for the provided token credential.
*/
export declare function setTokenChallengeAuthenticationPolicy(pipeline: Pipeline, credential: TokenCredential, scopes: string | string[]): void;
//# sourceMappingURL=challengeAuthenticationUtils.d.ts.map