Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 375 Bytes

File metadata and controls

22 lines (16 loc) · 375 Bytes

Late::HandleOAuthCallbackRequest

Properties

Name Type Description Notes
code String
state String
profile_id String

Example

require 'late-sdk'

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