Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 552 Bytes

VerifyDomainProxyRequest.md

File metadata and controls

20 lines (14 loc) · 552 Bytes

ClerkBackend::VerifyDomainProxyRequest

Properties

Name Type Description Notes
domain_id String The ID of the domain that will be updated. [optional]
proxy_url String The full URL of the proxy which will forward requests to the Clerk Frontend API for this domain. e.g. https://example.com/__clerk [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::VerifyDomainProxyRequest.new(
  domain_id: null,
  proxy_url: null
)