28#ifndef ACCOUNTS_AUTH_DATA_H
29#define ACCOUNTS_AUTH_DATA_H
31#include "Accounts/accountscommon.h"
38 typedef struct _AgAuthData AgAuthData;
68 AgAuthData *m_authData;
Account settings for a specific service.
QString method() const
Get the authentication method which must be used when logging in with this account.
QVariantMap parameters() const
Get the dictionary of authentication parameters which must be used when logging in with this account.
uint credentialsId() const
QString mechanism() const
Get the authentication mechanism which must be used when logging in with this account.
AuthData(const AuthData &other)
Copy constructor.