C# Class OAuth.AspNet.AuthServer.BaseOAuthEndpointContext

Base class for OAuth server endpoint contexts
Inheritance: Microsoft.AspNetCore.Authentication.BaseContext
Mostrar archivo Open project: XacronDevelopment/oauth-aspnet

Public Methods

Method Description
BaseOAuthEndpointContext ( HttpContext context, OAuthAuthorizationServerOptions options ) : System

Creates a new instance of BaseOAuthEndpointContext.

Method Details

BaseOAuthEndpointContext() public method

Creates a new instance of BaseOAuthEndpointContext.
public BaseOAuthEndpointContext ( HttpContext context, OAuthAuthorizationServerOptions options ) : System
context HttpContext The to use for this endpoint context.
options OAuthAuthorizationServerOptions The to use for this endpoint context.
return System