Method: TalonOne::ApplicationAPIKey#time_offset
- Defined in:
- lib/talon_one/models/application_api_key.rb
#time_offset ⇒ Object
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.
30 31 32 |
# File 'lib/talon_one/models/application_api_key.rb', line 30 def time_offset @time_offset end |