MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / defaultTokenPath

Method defaultTokenPath

ui-linux/src/backend.cpp:669–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669QString Backend::defaultTokenPath(const QString &provider) const
670{
671 return crConfigDir() + "/tokens_" + provider + ".json";
672}
673
674void Backend::startOAuth(const QString &provider)
675{

Callers

nothing calls this directly

Calls 1

crConfigDirFunction · 0.85

Tested by

no test coverage detected