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

Copy Markdown View Source

DataIntegrationCustomProvider model.

Summary

Types

t()

@type t() :: %WorkOS.DataIntegrationCustomProvider{
  additional_authorization_parameters: %{optional(String.t()) => String.t()},
  authenticate_via: WorkOS.DataIntegrationCustomProviderAuthenticateVia.t(),
  authorization_url: String.t() | nil,
  client_secret_required: boolean(),
  name: String.t(),
  pkce_enabled: boolean(),
  refresh_token_url: String.t() | nil,
  request_scope_separator: String.t(),
  scopes_required: boolean(),
  token_body_content_type: String.t(),
  token_url: String.t() | nil
}