| Interface | Description |
|---|---|
| TokenAuthorizer |
| Class | Description |
|---|---|
| AuthService | |
| JwtAuthenticator |
An authenticator is a strategy class which, given a JWT as client-provided credentials, verify
JWT against given Algorithm and possibly returns a principal (i.e., the person or entity on
behalf of whom your service will do something).
|