Class/Module Index [+]

Quicksearch

Fog::Brightbox::OAuth2::RefreshTokenStrategy

This strategy attempts to use a refresh_token gained during an earlier request to reuse the credentials given originally

Public Instance Methods

authorization_body_data() click to toggle source
# File lib/fog/brightbox/oauth2.rb, line 144
def authorization_body_data
  {
    "grant_type"    => "refresh_token",
    "client_id"     => @credentials.client_id,
    "refresh_token" => @credentials.refresh_token
  }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.