Enable secure access from agents to any system using OAuth 2.0 credentials with Agent Auth.
client.create_oauth_provider()
with the credentials from your OAuth app:
authenticate()
API is used to get OAuth tokens from pre-configured providers. On the first call, it takes the caller through an OAuth 2.0 auth flow.
auth_url
to the user for out-of-band OAuth flows.