Method: OAuth2::AccessToken#headers
- Defined in:
- lib/oauth2/access_token.rb
#headers ⇒ Object
Get the headers hash (includes Authorization token)
130 131 132 |
# File 'lib/oauth2/access_token.rb', line 130 def headers { 'Authorization' => [:header_format] % token } end |