Get OAuth Credentials for a Desktop Application
Learn how to get OAuth credentials for a desktop application and use them to generate tokens.
We'll cover the following...
This lesson covers how to create your OAuth 2.0 client for a desktop application. This provides you with OAuth credentials that enable you to generate the authorization code. Moreover, you'll also learn how to generate tokens using the authorization code.
Create the OAuth 2.0 client
Step 1: From the left menu bar, click the "Credentials" option.
Step 2: On the "Credentials" page, click "CREATE CREDENTIALS" from the top menu bar. Select the "OAuth client ID" option from the ...