Fog::Brightbox::OAuth2::GrantTypeStrategy
This strategy attempts to use a refresh_token gained during an earlier request to reuse the credentials given originally
# 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.