Share via


WwwAuthenticateParameters.CreateFromWwwAuthenticateHeaderValue(String) Method

Definition

Caution

This api is now obsolete and should not be used.

Creates parameters from the WWW-Authenticate string.

[System.Obsolete("This api is now obsolete and should not be used.")]
public static Microsoft.Identity.Client.WwwAuthenticateParameters CreateFromWwwAuthenticateHeaderValue (string wwwAuthenticateValue);
[<System.Obsolete("This api is now obsolete and should not be used.")>]
static member CreateFromWwwAuthenticateHeaderValue : string -> Microsoft.Identity.Client.WwwAuthenticateParameters
Public Shared Function CreateFromWwwAuthenticateHeaderValue (wwwAuthenticateValue As String) As WwwAuthenticateParameters

Parameters

wwwAuthenticateValue
String

String contained in a WWW-Authenticate header.

Returns

The parameters requested by the web API.

Attributes

Applies to