# File lib/oauth/tokens/server_token.rb, line 5
    def initialize
      super(generate_key(16), generate_key)
    end