C# 클래스 Owin.OAuthIntrospectionExtensions

Provides extension methods used to configure the OAuth2 introspection middleware in an OWIN/Katana pipeline.
파일 보기 프로젝트 열기: aspnet-contrib/AspNet.Security.OAuth.Extensions

공개 메소드들

메소드 설명
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