Class DuoAuthResponse
java.lang.Object
net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
net.shibboleth.idp.authn.duo.impl.DuoAuthResponse
Describes the results of an authentication attempt via the Duo AuthAPI, intended for use with a jackson
ObjectMapper
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Duo status string.Get the Duo trusted device token string.Methods inherited from class net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
getResult, getStatusMessage
-
Field Details
-
status
the status string. -
trustedDeviceToken
the trusted device token string.
-
-
Constructor Details
-
DuoAuthResponse
public DuoAuthResponse()
-
-
Method Details
-
getStatus
Get the Duo status string.- Returns:
- Duo status string
-
getTrustedDeviceToken
Get the Duo trusted device token string.- Returns:
- Duo trusted device token string
-