Blame doc/html/gdbus-org.gnome.OnlineAccounts.PasswordBased.html

Packit 79f644
Packit 79f644
<html>
Packit 79f644
<head>
Packit 79f644
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 79f644
<title>org.gnome.OnlineAccounts.PasswordBased: GNOME Online Accounts Reference Manual</title>
Packit 79f644
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit 79f644
<link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
Packit 79f644
<link rel="up" href="ch04.html" title="Credentials Interfaces">
Packit 79f644
<link rel="prev" href="gdbus-org.gnome.OnlineAccounts.OAuth2Based.html" title="org.gnome.OnlineAccounts.OAuth2Based">
Packit 79f644
<link rel="next" href="ch05.html" title="Service-specific Interfaces">
Packit 79f644
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
Packit 79f644
<link rel="stylesheet" href="style.css" type="text/css">
Packit 79f644
</head>
Packit 79f644
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 79f644
Packit 79f644
Packit 79f644
Top  | 
Packit 79f644
                  Description
Packit 79f644
Packit 79f644
Home
Packit 79f644
Up
Packit 79f644
Prev
Packit 79f644
Next
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644

org.gnome.OnlineAccounts.PasswordBased

Packit 79f644

org.gnome.OnlineAccounts.PasswordBased

Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644

Methods

Packit 79f644
Packit 79f644
GetPassword (IN  s id,
Packit 79f644
             OUT s password);
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644

Description

Packit 79f644

An account object implements this interface if one or more

Packit 79f644
      passwords are used for accessing it.
Packit 79f644

Packit 79f644

Since 3.6.0

Packit 79f644
Packit 79f644
Packit 79f644

Method Details

Packit 79f644
Packit 79f644

The GetPassword() method

Packit 79f644
Packit 79f644
GetPassword (IN  s id,
Packit 79f644
             OUT s password);
Packit 79f644
Packit 79f644

Use this method to obtain the passwords used to access the

Packit 79f644
      account.
Packit 79f644

Packit 79f644

If the account is for a mail account (see

Packit 79f644
      org.gnome.OnlineAccounts.Mail), known values for id includes
Packit 79f644
      imap-password and
Packit 79f644
      smtp-password.
Packit 79f644

Packit 79f644

Note that calls to this method are logged.

Packit 79f644

Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644

IN s id:

Packit 79f644

An identifier describing what password to get.

Packit 79f644
Packit 79f644
Packit 79f644

OUT s password:

Packit 79f644

The password.

Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644

Since 3.6.0

Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644

Generated by GTK-Doc V1.28
Packit 79f644
</body>
Packit 79f644
</html>