OAuthChallengeContext Class

 

Specifies the HTTP response header for the bearer authentication scheme.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.Owin.Security.OAuth.OAuthChallengeContext

Syntax

public class OAuthChallengeContext : BaseContext
public ref class OAuthChallengeContext : BaseContext
type OAuthChallengeContext = 
    class
        inherit BaseContext
    end
Public Class OAuthChallengeContext
    Inherits BaseContext

Constructors

Name Description
System_CAPS_pubmethod OAuthChallengeContext(IOwinContext, String)

Initializes a new OAuthRequestTokenContext

Properties

Name Description
System_CAPS_pubproperty Challenge

The www-authenticate header value.

System_CAPS_pubproperty OwinContext

(Inherited from BaseContext.)

System_CAPS_pubproperty Request

(Inherited from BaseContext.)

System_CAPS_pubproperty Response

(Inherited from BaseContext.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.Security.OAuth Namespace

Return to top