AuthenticationInfoParameters.CreateFromResponseHeaders 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.
Create Authentication-Info parameters from the HttpResponseHeaders for each auth scheme.
public static Microsoft.Identity.Client.AuthenticationInfoParameters CreateFromResponseHeaders (System.Net.Http.Headers.HttpResponseHeaders httpResponseHeaders);
static member CreateFromResponseHeaders : System.Net.Http.Headers.HttpResponseHeaders -> Microsoft.Identity.Client.AuthenticationInfoParameters
Public Shared Function CreateFromResponseHeaders (httpResponseHeaders As HttpResponseHeaders) As AuthenticationInfoParameters
Parameters
- httpResponseHeaders
- HttpResponseHeaders
HttpResponseHeaders.
Returns
Authentication-Info provided by the endpoint