WorkOS.DataIntegrationCredentials (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

Organization-managed OAuth credential configuration. Present only for integrations whose credentials are supplied by the organization; absent otherwise.

Summary

Types

t()

@type t() :: %WorkOS.DataIntegrationCredentials{
  client_id: String.t() | nil,
  client_secret_last_four: String.t() | nil,
  credentials_type: WorkOS.DataIntegrationCredentialsCredentialsType.t(),
  has_credentials: boolean(),
  redirect_uri: String.t()
}