Class DuoAuthAPIResponse

  • Direct Known Subclasses:
    DuoAuthResponse, DuoPreauthResponse

    public abstract class DuoAuthAPIResponse
    extends Object
    Describes the results of a Duo AuthAPI call, intended for use with a jackson ObjectMapper.
    Since:
    3.4.0
    • Field Detail

      • result

        @Nonnull
        private String result
        the result.
      • statusMessage

        @Nonnull
        private String statusMessage
        the status message.
    • Constructor Detail

      • DuoAuthAPIResponse

        public DuoAuthAPIResponse()
    • Method Detail

      • getResult

        @Nonnull
        public String getResult()
        Get the Duo result string.
        Returns:
        the result string
      • getStatusMessage

        @Nonnull
        public String getStatusMessage()
        Get the Duo status message.
        Returns:
        the Duo status message