Returns the password of the currently authenticated user, or null if nobody is authenticated.
It is not safe to call this while an authentication operation is ongoing.
If libgdata is compiled with libgcr support, the password will be stored in non-pageable memory. Since this function doesn't return a copy of the password, the returned value is guaranteed to not hit disk. It's advised that any copies of the password made in client programs also use non-pageable memory.
| this |
|
the password of the currently authenticated user, or null |