Computer Science, asked by Raajeswari3195, 1 month ago

Which of the following is not a valid oAuth parameter

Answers

Answered by Anonymous
0

Answer:

unauthorized_client

Explanation:

mayrl me as brainlist

Answered by Swati3101
0

Answer:

Unauthorized_client is not a valid oAuth parameter.

Explanation:

An opaque value is used by the OAuth Client to maintain state between the request and callback. The Authorization Server includes this value when redirecting the user-agent back to the client. The parameter should be used for preventing cross-site request.

If one or more parameters are invalid, such as a required value is missing, or the response_type parameter is wrong, the server will redirect to the redirect URL and include query string parameters describing the problem. The other values for the error parameter are:

  • Invalid_request
  • Unauthorized_client
  • Unsupported_response_type
  • Invalid_scope
  • Server_error
  • Temporarily_unavailable
  • Error_description

Learn More:

https://brainly.in/question/7203056

https://brainly.in/question/11321850

Similar questions