In the left sidebar, navigate to “APIs & Services” > “Credentials.”
Click on “Create Credentials” and select “OAuth client ID.”
Choose the application type (e.g., Web application, Desktop app, or Mobile app).
Enter the necessary details such as the name of your application and the authorized redirect URIs. For OIDC, the redirect URIs should follow the format https://login-aptos-sdk.lync.world/auth/callback.
After creating the OAuth client ID, Google will provide you with a client ID and client secret. These credentials are essential for authenticating your application.
Note down the client ID and client secret securely. Do not expose them publicly.