Class BackchannelAuthenticationResponse


  • public class BackchannelAuthenticationResponse
    extends BaseResponseWithErrors<io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType>
    Represents a CIBA backchannel authorization response.
    Version:
    August 20, 2019
    Author:
    Javier Rojas Blum
    • Constructor Detail

      • BackchannelAuthenticationResponse

        public BackchannelAuthenticationResponse()
        Constructs a backchannel authentication response.
      • BackchannelAuthenticationResponse

        public BackchannelAuthenticationResponse​(jakarta.ws.rs.core.Response clientResponse)
        Constructs a backchannel authentication response.
    • Method Detail

      • fromString

        public io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType fromString​(String p_str)
        Specified by:
        fromString in class BaseResponseWithErrors<io.jans.as.model.ciba.BackchannelAuthenticationErrorResponseType>
      • injectDataFromJson

        public void injectDataFromJson()
      • getAuthReqId

        public String getAuthReqId()
      • setAuthReqId

        public void setAuthReqId​(String authReqId)
      • getExpiresIn

        public Integer getExpiresIn()
      • setExpiresIn

        public void setExpiresIn​(Integer expiresIn)
      • getInterval

        public Integer getInterval()
      • setInterval

        public void setInterval​(Integer interval)