public class BackchannelAuthenticationFailResponse extends ApiResponse
/api/backchannel/authentication/fail
API.Modifier and Type | Class and Description |
---|---|
static class |
BackchannelAuthenticationFailResponse.Action
The next action that the OpenID provider implementation should take.
|
Constructor and Description |
---|
BackchannelAuthenticationFailResponse() |
Modifier and Type | Method and Description |
---|---|
BackchannelAuthenticationFailResponse.Action |
getAction()
Get the next action that the backchannel authentication endpoint should
take.
|
String |
getResponseContent()
Get the content of the response body of the response to the client.
|
BackchannelAuthenticationFailResponse |
setAction(BackchannelAuthenticationFailResponse.Action action)
Set the next action that the backchannel authentication endpoint should
take.
|
BackchannelAuthenticationFailResponse |
setResponseContent(String responseContent)
Set the content of the response body of the response to the client.
|
getResultCode, getResultMessage, setResultCode, setResultMessage
public BackchannelAuthenticationFailResponse()
public BackchannelAuthenticationFailResponse.Action getAction()
public BackchannelAuthenticationFailResponse setAction(BackchannelAuthenticationFailResponse.Action action)
action
- The next action.this
object.public String getResponseContent()
public BackchannelAuthenticationFailResponse setResponseContent(String responseContent)
responseContent
- The content of the response body of the response to the client.this
object.Copyright © 2021. All rights reserved.