| Top |  |  |  |  | 
GetPassword (IN s id, OUT s password);
An account object implements this interface if one or more passwords are used for accessing it.
Since 3.6.0
GetPassword (IN  s id,
             OUT s password);
Use this method to obtain the passwords used to access the account.
      If the account is for a mail account (see
      org.gnome.OnlineAccounts.Mail), known values for id includes
      imap-password and
      smtp-password.
Note that calls to this method are logged.
| 
 | An identifier describing what password to get. | 
| 
 | The password. | 
Since 3.6.0