Method | Description | |
---|---|---|
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 | |
return | 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 |
return | IAppBuilder |