AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.clone() |
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.set(java.lang.String fieldName,
java.lang.Object value) |
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.setCode(java.lang.String code) |
Sets the authorization code generated by the authorization server or null for none.
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.setError(java.lang.String error) |
Sets the error code ( "invalid_request" , "unauthorized_client" ,
"access_denied" , "unsupported_response_type" , "invalid_scope" ,
"server_error" , "temporarily_unavailable" , or an extension error code as
specified in Defining Additional Error
Codes) or null for none.
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.setErrorDescription(java.lang.String errorDescription) |
Sets the human-readable text providing additional information used to assist the client
developer in understanding the error that occurred or null for none.
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.setErrorUri(java.lang.String errorUri) |
Sets the URI identifying a human-readable web page with information about the error used to
provide the client developer with additional information about the error or null for
none.
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.setState(java.lang.String state) |
Sets the state parameter matching the state parameter in the authorization request or
null for none.
|