Authenticate to Evernote via OAuth and retrieve an access token for API usage
Usage:
use OmniAuth::Strategies::Evernote, 'consumerkey', 'consumersecret'
Initialize the Evernote strategy.
@option options [Hash, {}] :client_options Options to be passed directly to the OAuth Consumer
[Validate]