Share via


AcquireTokenForClientBuilderExtensions Class

Definition

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

Methods

WithExtraBodyParameters(AcquireTokenForClientParameterBuilder, Dictionary<String,Func<CancellationToken,Task<String>>>)

Add extra body parameters to the token request. These parameters are added to the cache key to associate these parameters with the acquired token.

WithProofOfPosessionKeyId(AcquireTokenForClientParameterBuilder, String, String)

Binds the token to a key in the cache. L2 cache keys contain the key id. No cryptographic operations is performed on the token.

Applies to