|
Android-cuttlefish cvd tool
|
#include <unistd.h>#include <string>#include <vector>#include "cuttlefish/host/libs/web/credential_source.h"#include "cuttlefish/host/libs/web/http_client/http_client.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Classes | |
| struct | cuttlefish::Oauth2ConsentRequest |
Namespaces | |
| namespace | cuttlefish |
Functions | |
| bool | cuttlefish::IsPopulated (const Oauth2ConsentRequest &request) |
| Result< std::unique_ptr< CredentialSource > > | cuttlefish::Oauth2Login (HttpClient &http_client, const Oauth2ConsentRequest &request) |
| Result< std::unique_ptr< CredentialSource > > | cuttlefish::CredentialForScopes (HttpClient &http_client, const std::vector< std::string > &scopes) |
| Result< std::vector< std::string > > | cuttlefish::GetCvdCredentialFilepaths () |