public static final class AuthUI.IdpConfig extends Object implements Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthUI.IdpConfig.AnonymousBuilder
AuthUI.IdpConfig builder for the Anonymous provider. |
static class |
AuthUI.IdpConfig.AppleBuilder
AuthUI.IdpConfig builder for the Apple provider. |
static class |
AuthUI.IdpConfig.Builder
Base builder for all authentication providers.
|
static class |
AuthUI.IdpConfig.EmailBuilder
AuthUI.IdpConfig builder for the email provider. |
static class |
AuthUI.IdpConfig.FacebookBuilder
AuthUI.IdpConfig builder for the Facebook provider. |
static class |
AuthUI.IdpConfig.GenericOAuthProviderBuilder
AuthUI.IdpConfig builder for a Generic OAuth provider. |
static class |
AuthUI.IdpConfig.GitHubBuilder
AuthUI.IdpConfig builder for the GitHub provider. |
static class |
AuthUI.IdpConfig.GoogleBuilder
AuthUI.IdpConfig builder for the Google provider. |
static class |
AuthUI.IdpConfig.MicrosoftBuilder
AuthUI.IdpConfig builder for the Microsoft provider. |
static class |
AuthUI.IdpConfig.PhoneBuilder
AuthUI.IdpConfig builder for the phone provider. |
static class |
AuthUI.IdpConfig.TwitterBuilder
AuthUI.IdpConfig builder for the Twitter provider. |
static class |
AuthUI.IdpConfig.YahooBuilder
AuthUI.IdpConfig builder for the Yahoo provider. |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<AuthUI.IdpConfig> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
Bundle |
getParams() |
String |
getProviderId() |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel parcel,
int i) |
public static final Parcelable.Creator<AuthUI.IdpConfig> CREATOR
@NonNull public String getProviderId()
@NonNull public Bundle getParams()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel parcel, int i)
writeToParcel in interface Parcelable