Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Authenticate ( IServiceBase authService, IAuthSession session, Authenticate request ) : object | ||
IsAuthorized ( IAuthSession session, IAuthTokens tokens, Authenticate request = null ) : bool | ||
JsonWebTokenAuthProvider ( string discoveryEndpoint, string audience = null ) : System |
Creates a new JsonWebToken Auth Provider
|
|
PreAuthenticate ( IRequest request, IResponse response ) : void |
public Authenticate ( IServiceBase authService, IAuthSession session, Authenticate request ) : object | ||
authService | IServiceBase | |
session | IAuthSession | |
request | Authenticate | |
Результат | object |
public IsAuthorized ( IAuthSession session, IAuthTokens tokens, Authenticate request = null ) : bool | ||
session | IAuthSession | |
tokens | IAuthTokens | |
request | Authenticate | |
Результат | bool |
public JsonWebTokenAuthProvider ( string discoveryEndpoint, string audience = null ) : System | ||
discoveryEndpoint | string | aThe url to get the configuration informaion from.. (er "http://localhost:22530/" + ".well-known/openid-configuration") |
audience | string | The client for openID (eg js_oidc) |
Результат | System |
public PreAuthenticate ( IRequest request, IResponse response ) : void | ||
request | IRequest | |
response | IResponse | |
Результат | void |