Method: AccessToken#ttl

Defined in:
lib/access_token.rb

#ttlObject (readonly)

Set the token TTL. Defaults to 86400 (24 hours).



35
36
37
# File 'lib/access_token.rb', line 35

def ttl
  @ttl
end