class AccessGrant

def expired_time

def expired_time
  self.created_at + expires_in.seconds
end