Class DuoAuthResponse


  • public class DuoAuthResponse
    extends DuoAuthAPIResponse
    Describes the results of an authentication attempt via the Duo AuthAPI, intended for use with a jackson ObjectMapper.
    • Field Detail

      • status

        @Nonnull
        private String status
        the status string.
      • trustedDeviceToken

        @Nullable
        private String trustedDeviceToken
        the trusted device token string.
    • Constructor Detail

      • DuoAuthResponse

        public DuoAuthResponse()
    • Method Detail

      • getStatus

        @Nonnull
        public String getStatus()
        Get the Duo status string.
        Returns:
        Duo status string
      • getTrustedDeviceToken

        @Nullable
        public String getTrustedDeviceToken()
        Get the Duo trusted device token string.
        Returns:
        Duo trusted device token string