Skip to main content
enumServiceAuthorizationStatus

Values

PENDING_AUTH

Service authorization was requested, but the user has not yet completed the authorization.

COMPLETED_AUTH

User has completed the service authorization, but the service is not yet ready for use. This happens when the service requires additional configuration (e.g. creating webhooks in the service). This is a transient state that typically lasts for a few seconds. Plain will automatically attempt to configure the service, and transition to CONNECTED or REINSTALL_REQUIRED.

CONNECTED

Service authorization is connected and ready for use.

REINSTALL_REQUIRED

Service authorization was revoked, this typically happen when the Plain integration is removed from the service. Plain keeps the service authorization to allow for reconnection without losing the service's configuration.