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 | Type | Description |
---|---|---|
callback | java.lang.String | |
consumerKey | java.lang.String | Sets the consumer key. This key is generated when a web application is registered at Google. @param consumerKey consumer key to set. |
consumerSecret | java.lang.String | 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. |
name | org.apache.camel.component.gae.auth.GAuthEndpoint.Name | |
scope | java.lang.String |