OAuthBearerAuthenticationProvider Class

 

OAuth bearer token middleware provider

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationProvider

Syntax

public class OAuthBearerAuthenticationProvider : IOAuthBearerAuthenticationProvider
public ref class OAuthBearerAuthenticationProvider : IOAuthBearerAuthenticationProvider
type OAuthBearerAuthenticationProvider = 
    class
        interface IOAuthBearerAuthenticationProvider
    end
Public Class OAuthBearerAuthenticationProvider
    Implements IOAuthBearerAuthenticationProvider

Constructors

Name Description
System_CAPS_pubmethod OAuthBearerAuthenticationProvider()

Initializes a new instance of the OAuthBearerAuthenticationProvider class

Properties

Name Description
System_CAPS_pubproperty OnApplyChallenge

Handles applying the authentication challenge to the response message.

System_CAPS_pubproperty OnRequestToken

Handles processing OAuth bearer token.

System_CAPS_pubproperty OnValidateIdentity

Handles validating the identity produced from an OAuth bearer token.

Methods

Name Description
System_CAPS_pubmethod ApplyChallenge(OAuthChallengeContext)

Handles applying the authentication challenge to the response message.

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 RequestToken(OAuthRequestTokenContext)

Handles processing OAuth bearer token.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod ValidateIdentity(OAuthValidateIdentityContext)

Handles validating the identity produced from an OAuth bearer token.

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