Package org.jclouds.oauth.v2.config
Interface OAuthConfigFactory
- All Known Implementing Classes:
 AzureOAuthConfigFactory,AzureStorageOAuthConfigFactory,OAuthConfigFactory.OAuthConfigFromProperties
@Beta
public interface OAuthConfigFactory
Provides all OAuth configuration. Implementations are api-specific.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class - 
Method Summary
Modifier and TypeMethodDescriptionforRequest(HttpRequest input) Returns the OAuth configuration to be used to authenticate the gicen request. 
- 
Method Details
- 
forRequest
Returns the OAuth configuration to be used to authenticate the gicen request. 
 -