Operations for the ClientApi API.
Summary
Functions
Generate a Client API token
Functions
@spec create_token(WorkOS.Client.t(), map(), keyword()) :: {:ok, WorkOS.ClientApiTokenResponse.t()} | {:error, WorkOS.Error.error()}
Generate a Client API token
Generate a short-lived, session-bound token for the Client GraphQL API, scoped to an organization and user.
Parameters
params— request body mapopts— per-request options (seeWorkOS.Client.request/5)