Open GoogleCodeExporter opened 9 years ago
This is normal behavior for Mac OS X. Secure storage of user authorization
tokens in the keychain will raise a permission dialog for the app the first
time the app accesses the keychain.
Original comment by grobb...@google.com
on 5 Oct 2011 at 7:01
ok. if i want the access token to be stored somewhere other than keychain.and
to access it when i upload a video. is this possible
Original comment by u.krishn...@gmail.com
on 7 Oct 2011 at 6:25
While the authentication class has persistenceResponseString methods that allow
getting and setting the authentication value as a string, the keychain is the
only secure storage provided by Mac OS X, so we strongly encourage developers
to use the keychain rather than other, less-secure mechanisms.
Original comment by grobb...@google.com
on 7 Oct 2011 at 9:17
Original issue reported on code.google.com by
u.krishn...@gmail.com
on 5 Oct 2011 at 5:33