| AbstractDuoAuthenticator |
A base class for authentication actions which call a Duo AuthAPI endpont.
|
| DuoAuthAPIResponse |
Describes the results of a Duo AuthAPI call, intended for use with a jackson
ObjectMapper.
|
| DuoAuthAuthenticator |
Implementation of the the Duo AuthApi /v2/auth endpoint.
|
| DuoAuthResponse |
Describes the results of an authentication attempt via the Duo AuthAPI, intended for use with a jackson
ObjectMapper.
|
| DuoDevice |
Represents a Duo device, intended for use with a jackson
ObjectMapper.
|
| DuoPreauthAuthenticator |
Implementation of the the Duo AuthAPI /v2/preauth endpoint.
|
| DuoPreauthResponse |
Describes the results of an pre-authentication attempt via the Duo AuthAPI.
|
| DuoResponseWrapper |
Handle a generic object returned from the response that will come from the Duo
AuthAPI.
|