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