generated: '2026-07-18' method: searched source: https://developers.banyan.com/docs/banyan-authentication docs: https://developers.banyan.com/docs/banyan-authentication well_known: https://api.banyan.com/.well-known/oauth-authorization-server summary: types: - oauth2 oauth2_flows: - clientCredentials api_key_in: [] token_type: bearer token_ttl_seconds: 3600 schemes: - name: OAuth2ClientCredentials type: oauth2 flow: clientCredentials token_url: https://api.banyan.com/oauth/token issuer: https://api.banyan.com token_endpoint_auth_methods_supported: - client_secret_basic - client_secret_post credentials: Client ID and Client Secret issued by a Banyan representative during onboarding request: content_type: application/x-www-form-urlencoded parameters: - client_id - client_secret grant_type: client_credentials usage_header: 'Authorization: Bearer {access_token}' token_expiry: Tokens expire after 60 minutes; an expired token returns HTTP 401, re-call /oauth/token for a fresh one sources: - https://developers.banyan.com/reference/oauth-token