OAuth apps
Register an OAuth client, configure scopes and redirect URLs, and walk through the authorization code flow to call the API on behalf of users.
OAuth connects user-authorized clients to your APIs without sharing primary passwords. Treat client secrets like production credentials—rotate them and restrict who can create apps.