java.lang.Object | |
↳ | com.google.android.gms.auth.api.credentials.Credential.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Copies the information stored in an existing credential, in order to allow that information
to be modified.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Specifies the account type for a federated credential.
| |||||||||||
Sets the display name for the credential, which should be easy for the user to recognize as
associated to the credential, and distinguishable from other credentials they may have.
| |||||||||||
Sets the password for the credential.
| |||||||||||
Sets a profile picture associated with the credential, typically a picture the user has
selected to represent the account.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Parameters | |
---|---|
id |
String
|
Copies the information stored in an existing credential, in order to allow that information to be modified.
Parameters | |
---|---|
credential |
Credential :
the existing credential |
Returns | |
---|---|
|
a credential builder initialized with the data from the provided credential. |
Specifies the account type for a federated credential. The value should be set to identity
provider's login domain, such as "https://accounts.google.com" for Google accounts. The login
domains for common identity providers are listed in IdentityProviders
.
Parameters | |
---|---|
accountType |
String :
The type of the account. Typically, one of the values in IdentityProviders .
|
Returns | |
---|---|
Credential.Builder |
Sets the display name for the credential, which should be easy for the user to recognize as associated to the credential, and distinguishable from other credentials they may have. This string will be displayed more prominently than, or instead of, the account ID whenever available. In most cases, the name of the user is sufficient.
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
Credential.Builder |
Sets the password for the credential. Either the password or the account type must be set for a credential, but not both.
Parameters | |
---|---|
password |
String
|
Returns | |
---|---|
Credential.Builder |
Sets a profile picture associated with the credential, typically a picture the user has selected to represent the account.
Parameters | |
---|---|
profilePictureUri |
Uri
|
Returns | |
---|---|
Credential.Builder |