OAuthBearerAuthenticationProvider Class

Represents a provider of the OAuth bearer authentication.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class OAuthBearerAuthenticationProvider _
    Implements IOAuthBearerAuthenticationProvider
'Usage
Dim instance As OAuthBearerAuthenticationProvider
public class OAuthBearerAuthenticationProvider : IOAuthBearerAuthenticationProvider
public ref class OAuthBearerAuthenticationProvider : IOAuthBearerAuthenticationProvider
type OAuthBearerAuthenticationProvider =  
    class 
        interface IOAuthBearerAuthenticationProvider 
    end
public class OAuthBearerAuthenticationProvider implements IOAuthBearerAuthenticationProvider

The OAuthBearerAuthenticationProvider type exposes the following members.

Constructors

  Name Description
Public method OAuthBearerAuthenticationProvider Initializes a new instance of the OAuthBearerAuthenticationProvider class.

Top

Properties

  Name Description
Public property OnRequestToken Gets or sets the function that executes the RequestToken event.
Public property OnValidateIdentity Gets or sets the function that executes the ValidateIdentity event.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RequestToken Indicates a token request.
Public method ToString (Inherited from Object.)
Public method ValidateIdentity Validates an OAuth identity with a given context.

Top

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

Reference

Microsoft.Owin.Security.OAuth Namespace