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

Function WriteCommonFields

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

Source from the content-addressed store, hash-verified

86}
87
88void WriteCommonFields(
89 rapidjson::Document& document, std::string_view grantType, std::string_view scope)
90{
91 WriteClientFields(document);
92 WriteAccessFields(document, grantType, scope);
93}
94
95template<typename Elem, typename First, typename ...Others>
96void append(std::basic_string<Elem>& dest, First&& first, Others&& ...others)

Callers 4

AuthorisePasswordMethod · 0.85
AuthoriseRefreshTokenMethod · 0.85
AuthoriseCodeMethod · 0.85
AuthorizeMethod · 0.85

Calls 2

WriteClientFieldsFunction · 0.85
WriteAccessFieldsFunction · 0.85

Tested by

no test coverage detected