Doc: mention that Identity::signout() clears password and tokens
authorAlberto Mardegan <alberto.mardegan@canonical.com>
Mon, 15 Apr 2013 09:48:50 +0000 (13:48 +0400)
committerAlberto Mardegan <alberto.mardegan@canonical.com>
Mon, 15 Apr 2013 09:48:50 +0000 (13:48 +0400)
libsignon-glib/signon-identity.c

index 36ae47547d774b3b8922484c77d41d69d2cee76f..d6c2d99e465ef198b7030bcb5edb42b79a0f4a90 100644 (file)
@@ -1359,7 +1359,8 @@ void signon_identity_remove(SignonIdentity *self,
  * @user_data: user_data.
  *
  * Asks signond to close all authentication sessions for this
- * identity.
+ * identity, and to remove any stored secrets associated with it (password and
+ * authentication tokens).
  */
 void signon_identity_signout(SignonIdentity *self,
                              SignonIdentitySignedOutCb cb,