andersongraciano / google-oauth-java-client

Automatically exported from code.google.com/p/google-oauth-java-client
0 stars 0 forks source link

make AuthorizationCodeFlow more extendable #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Short description:
Currently there is no way to use own credential (let's say 
DataStore<SomeStoredCredential>) AuthorizationCodeFlow.credentialDataStore

Purpose:
Use custom credentials (SomeCredential) based on generic Credential with custom 
field along with custom TokenResponse with custom field (SomeTokenResponse)

Workaround:
Implementation SomeAuthorizationCodeFlow from scratch is the only way to 
override get\setCredentialDataStore()

Used google-oauth-java-client:1.17.0-rc

Thanks.

Original issue reported on code.google.com by bade...@gmail.com on 20 Nov 2013 at 10:47