module Doorkeeper::Models::Expirable
def expires_at
-
(Time, nil)
- expiration time in UTC
def expires_at expires_in && created_at + expires_in.seconds end
(Time, nil)
- expiration time in UTC
def expires_at expires_in && created_at + expires_in.seconds end