OAuthChallengeContext.Challenge Property
The www-authenticate header value.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string Challenge { get; protected set; }
public:
property String^ Challenge {
String^ get();
protected: void set(String^ value);
}
member Challenge : string with get, set
Public Property Challenge As String
Get
Protected Set
End Property
Property Value
Type: System.String
Returns String.
See Also
OAuthChallengeContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top