Mehdisouid / google-api-java-client

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

Make GoogleAuthorizationCodeFlow serialized #707

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GoogleAuthorizationCodeFlow is not serialiable, making hard to persist the 
object.

Original issue reported on code.google.com by than...@gmail.com on 15 Jan 2013 at 5:04

GoogleCodeExporter commented 9 years ago
The information in GoogleAuthorizationCodeFlow doesn't really need 
serialization, since it is all based on information the client application 
already has.  The main thing that needs serialization is the access and refresh 
tokens, for which you should use CredentialStore.

Original comment by yan...@google.com on 15 Jan 2013 at 4:10