1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| => #<OAuth2::AccessToken:0x007fe8cfa51f58
@client=
#<OAuth2::Client:0x007fe8cea45330
@auth_code=#<OAuth2::Strategy::AuthCode:0x007fe8cc25b3d8 @client=#<OAuth2::Client:0x007fe8cea45330 ...>>,
@connection=
#<Faraday::Connection:0x007fe8cc25a5c8
@builder=
#<Faraday::RackBuilder:0x007fe8cc2593a8
@app=
#<Faraday::Request::UrlEncoded:0x007fe8cecb7140
@app=#<Faraday::Adapter::NetHttp:0x007fe8cecb7208 @app=#<Proc:0x007fe8cecb73e8@/Users/jo/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/faraday-0.12.2/lib/faraday/rack_builder.rb:154 (lambda)>, @config_block=nil, @connection_options={}>>,
@handlers=[Faraday::Request::UrlEncoded, Faraday::Adapter::NetHttp]>,
@default_parallel_manager=nil,
@headers={"User-Agent"=>"Faraday v0.12.2"},
@options=#<struct Faraday::RequestOptions params_encoder=nil, proxy=nil, bind=nil, timeout=nil, open_timeout=nil, boundary=nil, oauth=nil, context=nil>,
@parallel_manager=nil,
@params={},
@proxy=nil,
@ssl=#<struct Faraday::SSLOptions verify=nil, ca_file=nil, ca_path=nil, verify_mode=nil, cert_store=nil, client_cert=nil, client_key=nil, certificate=nil, private_key=nil, verify_depth=nil, version=nil>,
@url_prefix=#<URI::HTTP http://localhost:3000/home/access_token>>,
@id="c4af4d3ab6de658d55e9f0383cfec3703586f5802be991c82f3df99bc80ea853",
@options={:authorize_url=>"/oauth/authorize", :token_url=>"/oauth/token", :token_method=>:post, :auth_scheme=>:request_body, :connection_opts=>{}, :connection_build=>nil, :max_redirects=>5, :raise_errors=>true},
@secret="928d7220f1f112cf954871da5559a54a64eabcec9b56ffa87ad43a11a678b548",
@site="http://localhost:3000/home/access_token">,
@expires_at=1506062175,
@expires_in=7200,
@options={:mode=>:header, :header_format=>"Bearer %s", :param_name=>"access_token"},
@params={"token_type"=>"bearer", "created_at"=>1506054975},
@refresh_token=nil,
@token="c7f79becd53a4f4e571b95dc9e075d39034f9e613505fdb844bd8e778eb8933c">
|