Class | Fog::Brightbox::OAuth2::CredentialSet |
In: |
lib/fog/brightbox/oauth2.rb
|
Parent: | Object |
Encapsulates credentials required to request access tokens from the Brightbox authorisation servers
@todo Interface to update certain credentials (after password change)
access_token | [R] | |
client_id | [R] | |
client_secret | [R] | |
expires_in | [R] | |
password | [R] | |
refresh_token | [R] | |
username | [R] |
@param [String] client_id @param [String] client_secret @param [Hash] options @option options [String] :username @option options [String] :password
Based on available credentials returns the best strategy
@todo Add a means to dictate which should or shouldn‘t be used