Method: UberLogin::Configuration#token_expiration

Defined in:
lib/uber_login/configuration.rb

#token_expirationObject

The validity of a login token (be it a cookie or session token). Tokens whose age is larger than that are considered expired and not valid. Defaults to nil (no expiration)



13
14
15
# File 'lib/uber_login/configuration.rb', line 13

def token_expiration
  @token_expiration
end