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 | |
---|---|---|
OAuthBearerAuthenticationProvider() | Initializes a new instance of the OAuthBearerAuthenticationProvider class |
Properties
Name | Description | |
---|---|---|
OnApplyChallenge | Handles applying the authentication challenge to the response message. |
|
OnRequestToken | Handles processing OAuth bearer token. |
|
OnValidateIdentity | Handles validating the identity produced from an OAuth bearer token. |
Methods
Name | Description | |
---|---|---|
ApplyChallenge(OAuthChallengeContext) | Handles applying the authentication challenge to the response message. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
RequestToken(OAuthRequestTokenContext) | Handles processing OAuth bearer token. |
|
ToString() | (Inherited from Object.) |
|
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