viaSocket Help

Connection

Define how users authenticate their accounts with your integration.

#

Supported Auth Methods

Select the method your API supports.

Method

Best For

Basic Auth

Simple API keys or Username/Password.

OAuth 2.0

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:

  1. Configure: Input your credentials or OAuth parameters.

  2. Authorize: Users link their accounts via the viaSocket interface.

  3. Manage: viaSocket handles token storage and automatic refreshing.