AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.clone() |
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.set(String fieldName,
Object value) |
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.setCode(String code) |
Sets the authorization code generated by the authorization server or null for none.
|
AuthorizationCodeResponseUrl |
AuthorizationCodeResponseUrl.setError(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(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(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(String state) |
Sets the state parameter matching the state parameter in the authorization request or
null for none.
|