# File lib/openid/association.rb, line 72
    def expires_in
      [0, @issued + @lifetime - Time.now.to_i].max
    end