MicrosoftIdentityAuthenticationBaseMessageHandler.GetOptionsForRequest Method
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.
Gets the options for the specified request.
protected Microsoft.Identity.Web.MicrosoftIdentityAuthenticationMessageHandlerOptions GetOptionsForRequest (System.Net.Http.HttpRequestMessage request);
member this.GetOptionsForRequest : System.Net.Http.HttpRequestMessage -> Microsoft.Identity.Web.MicrosoftIdentityAuthenticationMessageHandlerOptions
Protected Function GetOptionsForRequest (request As HttpRequestMessage) As MicrosoftIdentityAuthenticationMessageHandlerOptions
Parameters
- request
- HttpRequestMessage
The request.
Returns
The configured options.