Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

File metadata and controls

20 lines (14 loc) · 398 Bytes

FlatApi::UserSigninLink

Properties

Name Type Description Notes
url String URL to use to sign in to this account [optional]
expiration_date Time Date when the link expires [optional]

Example

require 'flat_api'

instance = FlatApi::UserSigninLink.new(
  url: null,
  expiration_date: null
)