Connection
Define how users authenticate their accounts with your integration.
#
Supported Auth Methods
Select the method your API supports.
Method | Best For |
Simple API keys or Username/Password. | |
Secure, delegated access (Recommended). | |
OAuth 1.0 | Legacy integrations only. |
#
OAuth 2.0 Grant Types
When using OAuth 2.0, select the appropriate grant type:
Authorization Code: Recommended for most standard user-login flows.
Client Credentials: Reserved for server-to-server integrations.
Avoid: Implicit and Password Credentials (due to security limitations).
#
Integration Lifecycle
Once you select a method:
Configure: Input your credentials or OAuth parameters.
Authorize: Users link their accounts via the viaSocket interface.
Manage: viaSocket handles token storage and automatic refreshing.
Was this helpful?