Class DuoAuthResponse
- java.lang.Object
-
- net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
-
- net.shibboleth.idp.authn.duo.impl.DuoAuthResponse
-
public class DuoAuthResponse extends DuoAuthAPIResponse
Describes the results of an authentication attempt via the Duo AuthAPI, intended for use with a jacksonObjectMapper.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringstatusthe status string.private StringtrustedDeviceTokenthe trusted device token string.
-
Constructor Summary
Constructors Constructor Description DuoAuthResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStatus()Get the Duo status string.StringgetTrustedDeviceToken()Get the Duo trusted device token string.-
Methods inherited from class net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
getResult, getStatusMessage
-
-