Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 499 Bytes

UpdateApplicationAPIKey.md

File metadata and controls

17 lines (10 loc) · 499 Bytes

TalonOne::UpdateApplicationAPIKey

Properties

Name Type Description Notes
time_offset Integer A time offset in nanoseconds associated with the API key. When making a request using the API key, rule evaluation is based on a date that is calculated by adding the offset to the current date.

Code Sample

require 'TalonOne'

instance = TalonOne::UpdateApplicationAPIKey.new(time_offset: 100000)