OAuthBearerAuthenticationProvider Class
OAuth bearer token middleware provider
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
| Name | Description | |
|---|---|---|
![]() | OAuthBearerAuthenticationProvider() | Initializes a new instance of the OAuthBearerAuthenticationProvider class |
| 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. |
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


