Quiz: Authenticate and authorize Google APIs

  1. True or false? Authorization verifies who a user is.

  2. To build an app with Cloud APIs, you need to complete these general tasks. Match the task with the correct order for completion.

    Each answer only matches one item.

    Find or create the app credentials needed for your app.

    Pass the app credentials to the client libraries at app startup.

    Determine the right authentication flow for your app.

    Choose and use the provided Cloud Client Libraries.

  3. A JSON Web Token (JWT) is composed of these sections:

    Choose as many answers as you see fit.

  4. The detailed usage metrics of Google APIs help you:

    Choose as many answers as you see fit.

  5. True or false? To use curl to send a request to an API, you must generate an API key to pass in your request URL.