C# Class Owin.OAuthIntrospectionExtensions

Provides extension methods used to configure the OAuth2 introspection middleware in an OWIN/Katana pipeline.
Afficher le fichier Open project: aspnet-contrib/AspNet.Security.OAuth.Extensions

Méthodes publiques

Méthode Description
UseOAuthIntrospection ( [ app, [ options ) : IAppBuilder

Adds a new instance of the OAuth2 introspection middleware in the OWIN/Katana pipeline.

UseOAuthIntrospection ( [ app, [ configuration ) : IAppBuilder

Adds a new instance of the OAuth2 introspection middleware in the OWIN/Katana pipeline.

Method Details

UseOAuthIntrospection() public static méthode

Adds a new instance of the OAuth2 introspection middleware in the OWIN/Katana pipeline.
public static UseOAuthIntrospection ( [ app, [ options ) : IAppBuilder
app [ The application builder.
options [ The options used to configure the introspection middleware.
Résultat IAppBuilder

UseOAuthIntrospection() public static méthode

Adds a new instance of the OAuth2 introspection middleware in the OWIN/Katana pipeline.
public static UseOAuthIntrospection ( [ app, [ configuration ) : IAppBuilder
app [ The application builder.
configuration [ The delegate used to configure the introspection options.
Résultat IAppBuilder