Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 381 Bytes

File metadata and controls

22 lines (16 loc) · 381 Bytes

Zernio::HandleOAuthCallbackRequest

Properties

Name Type Description Notes
code String
state String
profile_id String

Example

require 'zernio-sdk'

instance = Zernio::HandleOAuthCallbackRequest.new(
  code: null,
  state: null,
  profile_id: null
)