Google GAuth

Google GAuth

Scheme: gauth

Represents a GAuth Endpoint. Instances can have one of two names, either authorize for requesting an unauthorized request token or upgrade for upgrading an authorized request token to an access token. The corresponding endpoint URIs are gauth:authorize and gauth:upgrade , respectively.

Name Kind Type Required Deprecated Default Value Enum Values Description
name path org.apache.camel.component.gae.auth.GAuthEndpoint.Name true false Returns the endpoint name.
callback parameter java.lang.String false Returns the value of callback query parameter in the gauth:authorize endpoint URI.
scope parameter java.lang.String false Returns the value of the scope query parameter in gauth:authorize endpoint URI. This can be a single scope or a comma-separated list of scopes.
consumerKey parameter java.lang.String false Sets the consumer key. This key is generated when a web application is registered at Google. @param consumerKey consumer key to set.
consumerSecret parameter java.lang.String false Sets the consumer secret. This secret is generated when a web application is registered at Google. Only set the consumer secret if the HMAC-SHA1 signature method shall be used.
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).