# File lib/oauth2/access_token.rb, line 21 def from_kvform(client, kvform) from_hash(client, Rack::Utils.parse_query(kvform)) end