Microsoft.Identity.Client.RP.AcquireTokenForClientParameterBuilderForResourceProviders
Resource Provider extensibility methods for AcquireTokenForClientParameterBuilder
public static AcquireTokenForClientParameterBuilder WithAccessTokenSha256ToRefresh(this AcquireTokenForClientParameterBuilder builder, string hash)
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