Bluestep's Implementation of the OAuth workflow. Used to prime and then execute an OAuth transaction
Returns the google client AuthorizationCodeFlow for custom control over the flow.
Set the dataStoreFactory.
dataStoreFactory
Returns a user flow using a [[Bluestep.User]].
Returns a user flow using a userId
Set the requestInitializer.
requestInitializer
See https://googleapis.dev/java/google-http-client/latest/index.html?com/google/api/client/http/HttpRequest.html
Set the scope.
scope
Returns a Token Request flow using a [[Bluestep.User]] and code.
Returns a Token Request flow using a code and user
Bluestep's Implementation of the OAuth workflow. Used to prime and then execute an OAuth transaction