Method: PureCloud::OAuthClient#access_token_validity_seconds
- Defined in:
- lib/purecloud/models/o_auth_client.rb
#access_token_validity_seconds ⇒ Object
The number of seconds, between 5mins and 48hrs, until tokens created with this client expire. If this field is omitted, a default of 24 hours will be applied.
12 13 14 |
# File 'lib/purecloud/models/o_auth_client.rb', line 12 def access_token_validity_seconds @access_token_validity_seconds end |