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.
28 29 30 |
# File 'lib/purecloud/models/o_auth_client.rb', line 28 def access_token_validity_seconds @access_token_validity_seconds end |