Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 562 Bytes

CompanyConnectLinkTokenObjResponse.md

File metadata and controls

24 lines (18 loc) · 562 Bytes

Pinwheel::CompanyConnectLinkTokenObjResponse

Properties

Name Type Description Notes
mode String
id String UUID of the link token.
token String Short-lived token that is used to initialize Pinwheel Link.
expires Time The token will be invalid after this timestamp.

Example

require 'pinwheel'

instance = Pinwheel::CompanyConnectLinkTokenObjResponse.new(
  mode: null,
  id: null,
  token: null,
  expires: null
)