C# Класс Owin.OAuthIntrospectionExtensions

Provides extension methods used to configure the OAuth2 introspection middleware in an OWIN/Katana pipeline.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

UseOAuthIntrospection() публичный статический Метод

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.
Результат IAppBuilder

UseOAuthIntrospection() публичный статический Метод

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.
Результат IAppBuilder