MCPcopy Create free account
hub / github.com/audacity/audacity / HasRefreshToken

Method HasRefreshToken

libraries/lib-cloud-audiocom/OAuthService.cpp:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331bool OAuthService::HasRefreshToken() const
332{
333 std::lock_guard<std::recursive_mutex> lock(mMutex);
334 return !refreshToken.Read().empty();
335}
336
337std::string OAuthService::GetAccessToken() const
338{

Callers 3

PerformBlockingAuthFunction · 0.80
HandleCloudLoginMethod · 0.80
UpdateUserDataMethod · 0.80

Calls 2

emptyMethod · 0.45
ReadMethod · 0.45

Tested by

no test coverage detected