Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 493 Bytes

CreateRedirectURLRequest.md

File metadata and controls

18 lines (12 loc) · 493 Bytes

ClerkBackend::CreateRedirectURLRequest

Properties

Name Type Description Notes
url String The full url value prefixed with `https://` or a custom scheme e.g. `"https://my-app.com/oauth-callback\"` or `"my-app://oauth-callback"` [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::CreateRedirectURLRequest.new(
  url: null
)