Skip to main content

Cloudflare/oauth Clients

@swamp/cloudflare/oauth-clientsv2026.06.08.2· 29d agoMODELS
01README

Cloudflare oauth-clients infrastructure models

02Release Notes
  • Updated: oauth_clients
03Models1
@swamp/cloudflare/oauth-clients/oauth-clientsv2026.06.08.2oauth_clients.ts

Global Arguments

ArgumentTypeDescription
account_idstringCloudflare account ID
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
allowed_cors_origins?arrayArray of allowed CORS origins.
client_namestringHuman-readable name of the OAuth client.
client_uri?stringURL of the home page of the client.
grant_typesarrayArray of OAuth grant types the client is allowed to use. `authorization_code` is required; `refresh_token` may be included optionally.
logo_uri?stringURL of the client's logo.
policy_uri?stringURL that points to a privacy policy document.
post_logout_redirect_uris?arrayArray of allowed post-logout redirect URIs.
redirect_urisarrayArray of allowed redirect URIs for the client.
response_typesarrayArray of OAuth response types the client is allowed to use.
scopesarrayArray of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes `offline_access` and `openid` are added or removed automatically based on `grant_types` and `response_types`.
token_endpoint_auth_methodenumThe authentication method the client uses at the token endpoint.
tos_uri?stringURL that points to a terms of service document.
visibility?enumPromote the OAuth client from private to public visibility. Only `public` is accepted; demotion to `private` is not supported. Promotion requires a non-empty client name, logo URI, verified client URI host, and at least one non-identity scope.
apiToken?stringCloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
apiKey?stringCloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email.
email?stringCloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey.
fn create()
Create a Oauth Clients
fn get(id: string)
Get a Oauth Clients
ArgumentTypeDescription
idstringThe ID of the Oauth Clients
fn update()
Update Oauth Clients attributes
fn delete(id: string)
Delete the Oauth Clients
ArgumentTypeDescription
idstringThe ID of the Oauth Clients
fn sync()
Sync Oauth Clients state from Cloudflare

Resources

state(infinite)— Oauth Clients resource state
04Stats
A
100 / 100
Downloads
0
Archive size
11.6 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels