Class DeviceAuthzResponse


  • public class DeviceAuthzResponse
    extends BaseResponseWithErrors<io.jans.as.model.authorize.DeviceAuthzErrorResponseType>
    Represents a device authz response received from the authorization server.
    • Constructor Detail

      • DeviceAuthzResponse

        public DeviceAuthzResponse​(jakarta.ws.rs.core.Response clientResponse)
    • Method Detail

      • fromString

        public io.jans.as.model.authorize.DeviceAuthzErrorResponseType fromString​(String string)
        Specified by:
        fromString in class BaseResponseWithErrors<io.jans.as.model.authorize.DeviceAuthzErrorResponseType>
      • getUserCode

        public String getUserCode()
      • setUserCode

        public void setUserCode​(String userCode)
      • getDeviceCode

        public String getDeviceCode()
      • setDeviceCode

        public void setDeviceCode​(String deviceCode)
      • getInterval

        public Integer getInterval()
      • setInterval

        public void setInterval​(Integer interval)
      • getVerificationUri

        public String getVerificationUri()
      • setVerificationUri

        public void setVerificationUri​(String verificationUri)
      • getVerificationUriComplete

        public String getVerificationUriComplete()
      • setVerificationUriComplete

        public void setVerificationUriComplete​(String verificationUriComplete)
      • getExpiresIn

        public Integer getExpiresIn()
      • setExpiresIn

        public void setExpiresIn​(Integer expiresIn)