Class BackchannelAuthenticationFailResponse

  • All Implemented Interfaces:
    Serializable

    public class BackchannelAuthenticationFailResponse
    extends ApiResponse
    Response from Authlete's /api/backchannel/authentication/fail API.
    Since:
    2.32, Authlete 2.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • BackchannelAuthenticationFailResponse

        public BackchannelAuthenticationFailResponse()
    • Method Detail

      • getResponseContent

        public String getResponseContent()
        Get the content of the response body of the response to the client. Its format is always JSON.
        Returns:
        The content of the response body of the response to the client.
      • setResponseContent

        public BackchannelAuthenticationFailResponse setResponseContent​(String responseContent)
        Set the content of the response body of the response to the client.
        Parameters:
        responseContent - The content of the response body of the response to the client.
        Returns:
        this object.