OAuth Authorization code grant
- Last UpdatedJul 02, 2026
- 1 minute read
The OAuth credential code grant type is used to authorize user authentication.
Required settings:
-
Name
-
Refresh Token
-
Token Renewal URL
-
Client ID (optional)
-
Client Secret (optional)
-
Scope (optional)
-
Base64 Encode Secrets
Used by this external service: OAuth-based API Authentication
Code example:
Name: OAuthAuthCode
Refresh Token: refreshToken123
Token Renewal URL: https://auth.example.com/oauth2/token
Client ID: clientID456
Client Secret: clientSecret456
Used by these flows modules:
-
Microsoft Teams List Chats
-
Zoho Desk Create Ticket
-
Zoho Desk Search Tickets
-
Zoho Desk Update Ticket