Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 488 Bytes

File metadata and controls

18 lines (12 loc) · 488 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.

Example

require 'talon_one_sdk'

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