AcquireTokenForClientParameterBuilderForResourceProviders Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |