메소드 | 설명 | |
---|---|---|
UseJetPassAuthentication ( this app, |
Authenticate users using JetPass OAuth 2.0
|
|
UseJetPassAuthentication ( this app, string clientId, string clientSecret ) : IAppBuilder |
Authenticate users using JetPass OAuth 2.0
|
public static UseJetPassAuthentication ( this app, |
||
app | this | The |
options | Middleware configuration options | |
리턴 | IAppBuilder |
public static UseJetPassAuthentication ( this app, string clientId, string clientSecret ) : IAppBuilder | ||
app | this | The |
clientId | string | The JetPass assigned client id |
clientSecret | string | The JetPass assigned client secret |
리턴 | IAppBuilder |