IAuthorizationHeaderProvider<TResult> Interface
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.
Creates the value of an authorization header that the caller can use to call a protected web API.
public interface IAuthorizationHeaderProvider<TResult>
type IAuthorizationHeaderProvider<'Result> = interface
Public Interface IAuthorizationHeaderProvider(Of TResult)
Type Parameters
- TResult
The result type.
Methods
CreateAuthorizationHeaderAsync(DownstreamApiOptions, ClaimsPrincipal, CancellationToken) |
Creates an authorization header for calling a protected web API on behalf of a user or the application. |