Share via


OAuthAuthorizationServerMiddleware.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<OAuthAuthorizationServerOptions> CreateHandler()
protected:
virtual AuthenticationHandler<OAuthAuthorizationServerOptions^>^ CreateHandler() override
override CreateHandler : unit -> AuthenticationHandler<OAuthAuthorizationServerOptions>
Protected Overrides Function CreateHandler As AuthenticationHandler(Of OAuthAuthorizationServerOptions)

Return Value

Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<OAuthAuthorizationServerOptions>

A new instance of the request handler

See Also

OAuthAuthorizationServerMiddleware Class
Microsoft.Owin.Security.OAuth Namespace

Return to top