TokenAcquirerExtensions Class

Definition

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.

Applies to