QuestionQ461
Using APIsWhat is the purpose of the OAuth 2.0 three-legged authorization code grant flow?
- A Obtain a refresh token for extending the validity of the access token.
- B Secure authorization between a user, a client application, and a resource server.
- C Encrypt API communication between the client and server by using HTTPS.
- D Allow the usage of multifactor authentication during token acquisition.
Community Discussion