Credential(const Credential & rhs)
~Credential()
Public functions | |
---|---|
is_valid() const | bool Get whether this credential is valid. |
operator=(const Credential & rhs) | Copy a Credential. |
provider() const | std::string Gets the name of the Identification Provider (IDP) for the credential. |
Credential()
boolis_valid()const
Get whether this credential is valid.
A credential can be invalid in an error condition, e.g. empty username/password.
Details | |
---|---|
Returns | True if the credential is valid, false otherwise. |
std::stringprovider()const
Gets the name of the Identification Provider (IDP) for the credential.
~Credential()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.