MCPcopy Create free account
hub / github.com/KDE/kdevelop / saveToken

Method saveToken

plugins/ghprovider/ghaccount.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Account::saveToken(const QByteArray &id, const QByteArray &token)
64{
65 m_group.writeEntry("id", id);
66 m_group.writeEntry("token", token);
67}
68
69const QString Account::token() const
70{

Callers 1

authorizeResponseMethod · 0.80

Calls 1

writeEntryMethod · 0.80

Tested by

no test coverage detected