C# 클래스 Owin.JetPassAuthenticationExtensions

Extension methods for using JetPassAuthenticationMiddleware
파일 보기 프로젝트 열기: JetBrains/JetPass

공개 메소드들

메소드 설명
UseJetPassAuthentication ( this app, JetPassAuthenticationOptions options ) : IAppBuilder

Authenticate users using JetPass OAuth 2.0

UseJetPassAuthentication ( this app, string clientId, string clientSecret ) : IAppBuilder

Authenticate users using JetPass OAuth 2.0

메소드 상세

UseJetPassAuthentication() 공개 정적인 메소드

Authenticate users using JetPass OAuth 2.0
public static UseJetPassAuthentication ( this app, JetPassAuthenticationOptions options ) : IAppBuilder
app this The passed to the configuration method
options JetBrains.Owin.Security.JetPass.JetPassAuthenticationOptions Middleware configuration options
리턴 IAppBuilder

UseJetPassAuthentication() 공개 정적인 메소드

Authenticate users using JetPass OAuth 2.0
public static UseJetPassAuthentication ( this app, string clientId, string clientSecret ) : IAppBuilder
app this The passed to the configuration method
clientId string The JetPass assigned client id
clientSecret string The JetPass assigned client secret
리턴 IAppBuilder