Share via


OAuthChallengeContext Constructor (IOwinContext, String)

 

Initializes a new OAuthRequestTokenContext

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

public OAuthChallengeContext(
    IOwinContext context,
    string challenge
)
public:
OAuthChallengeContext(
    IOwinContext^ context,
    String^ challenge
)
new : 
        context:IOwinContext *
        challenge:string -> OAuthChallengeContext
Public Sub New (
    context As IOwinContext,
    challenge As String
)

Parameters

  • challenge
    Type: System.String

    The www-authenticate header value.

See Also

OAuthChallengeContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top