OAuth Core Authentication options

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2990

This topic has not yet been written. The content below is from the topic description.
The following configuration options are available using elements: Table 37.1. OAuth Servlet options Option Name Default Description oauth.provider.provider-class *Required* Defines the fully-qualified class name of your OAuthProvider implementation oauth.provider.tokens.request /requestToken This defines the endpoint URL for requesting unauthorized Request Tokens oauth.provider.tokens.access /accessToken This defines the endpoint URL for exchanging authorized Request Tokens for Access Tokens