AuthenticationInfoParameters.CreateFromResponseHeaders Method

Definition

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

Applies to