Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

File metadata and controls

20 lines (14 loc) · 451 Bytes

Zernio::GetConnectUrl200Response

Properties

Name Type Description Notes
auth_url String URL to redirect your user to for OAuth authorization [optional]
state String State parameter for security (handled automatically) [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetConnectUrl200Response.new(
  auth_url: null,
  state: null
)