TokenAcquirerExtensions 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.
Extension methods for TokenAcquirer
public static class TokenAcquirerExtensions
type TokenAcquirerExtensions = class
Public Module TokenAcquirerExtensions
- Inheritance
-
TokenAcquirerExtensions
Methods
| Name | Description |
|---|---|
| GetFicTokenAsync(ITokenAcquirer, AcquireTokenOptions, String, String, CancellationToken) |
Used to exchange a client assertion for a token. |
| WithClientAssertion(AcquireTokenOptions, String) |
Consider the client assertion for the token request. |
| WithExtraBodyParameters(AcquireTokenOptions, IDictionary<String,String>) |
Adds extra body parameters to the token acquisition request. Parameters are merged into any existing extra body parameters dictionary, so this can be composed with other extensions that also add body parameters. |