OAuthBearerAuthenticationMiddleware.CreateHandler Method ()
Called by the AuthenticationMiddleware base class to create a per-request handler.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
protected override AuthenticationHandler<OAuthBearerAuthenticationOptions> CreateHandler()
protected:
virtual AuthenticationHandler<OAuthBearerAuthenticationOptions^>^ CreateHandler() override
override CreateHandler : unit -> AuthenticationHandler<OAuthBearerAuthenticationOptions>
Protected Overrides Function CreateHandler As AuthenticationHandler(Of OAuthBearerAuthenticationOptions)
Return Value
Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<OAuthBearerAuthenticationOptions>
A new instance of the request handler
See Also
OAuthBearerAuthenticationMiddleware Class
Microsoft.Owin.Security.OAuth Namespace
Return to top