IAuthorizationHeaderProvider 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
type IAuthorizationHeaderProvider = interface
Public Interface IAuthorizationHeaderProvider
- Derived
Methods
CreateAuthorizationHeaderAsync(IEnumerable<String>, AuthorizationHeaderProviderOptions, ClaimsPrincipal, CancellationToken) |
Creates an authorization header for calling a protected web API on behalf of a user or the application. |
CreateAuthorizationHeaderForAppAsync(String, AuthorizationHeaderProviderOptions, CancellationToken) |
Creates the authorization header used to call a protected web API on behalf of the application itself. |
CreateAuthorizationHeaderForUserAsync(IEnumerable<String>, AuthorizationHeaderProviderOptions, ClaimsPrincipal, CancellationToken) |
Creates the authorization header used to call a protected web API on behalf of a user. |