Share via


AcquireTokenForClientParameterBuilderForResourceProviders Class

Definition

Resource Provider extensibility methods for AcquireTokenForClientParameterBuilder

public static class AcquireTokenForClientParameterBuilderForResourceProviders
type AcquireTokenForClientParameterBuilderForResourceProviders = class
Public Module AcquireTokenForClientParameterBuilderForResourceProviders
Inheritance
AcquireTokenForClientParameterBuilderForResourceProviders

Methods

WithAccessTokenSha256ToRefresh(AcquireTokenForClientParameterBuilder, String)

Configures the SDK to not retrieve a token from the cache if it matches the SHA256 hash of the token configured. Similar to WithForceRefresh(bool) API, but instead of bypassing the cache for all tokens, the cache bypass only occurs for 1 token

Applies to