C# Class Microsoft.AspNetCore.Builder.OAuthIntrospectionExtensions

Provides extension methods used to configure the OAuth2 introspection middleware in an ASP.NET 5 pipeline.
显示文件 Open project: aspnet-contrib/AspNet.Security.OAuth.Extensions

Public Methods

Method Description
UseOAuthIntrospection ( [ app, [ options ) : IApplicationBuilder

Adds a new instance of the OAuth2 introspection middleware in the ASP.NET 5 pipeline.

UseOAuthIntrospection ( [ app, [ configuration ) : IApplicationBuilder

Adds a new instance of the OAuth2 introspection middleware in the ASP.NET 5 pipeline.

Method Details

UseOAuthIntrospection() public static method

Adds a new instance of the OAuth2 introspection middleware in the ASP.NET 5 pipeline.
public static UseOAuthIntrospection ( [ app, [ options ) : IApplicationBuilder
app [ The application builder.
options [ The options used to configure the introspection middleware.
return IApplicationBuilder

UseOAuthIntrospection() public static method

Adds a new instance of the OAuth2 introspection middleware in the ASP.NET 5 pipeline.
public static UseOAuthIntrospection ( [ app, [ configuration ) : IApplicationBuilder
app [ The application builder.
configuration [ The delegate used to configure the introspection options.
return IApplicationBuilder