| Class | Description |
|---|---|
| AuthorizationService |
The authorization service for our OAuth2 provider.
|
| IntrospectionResponseEntity |
A POJO that represents the response from the introspection endpoint.
|
| IntrospectionService |
Introspection endpoint of the OAuth2 service, complies with RFC-7662.
|
| TokenResponseEntity |
A POJO that represents the response from the token endpoint.
|
| TokenService |
The token service for our OAuth2 provider.
|
| Enum | Description |
|---|---|
| GrantType |
All the grant types supported by the token endpoint.
|
Copyright © 2018 krotscheck.net. All rights reserved.