Home | History | Annotate | Download | only in setup

Lines Matching refs:string

8 #include <string>
13 std::string GetOauthScope();
16 std::string GetDefaultOauthRedirectUrl();
19 std::string GetOauthStartUrl(const std::string& redirect_url);
21 // Returns the OAuth authorization code embedded in a URL, or the empty string
27 // a non-empty string. That string is the authorization code.
28 std::string GetOauthCodeInUrl(const std::string& url,
29 const std::string& redirect_url);