PendingGetCredentialHandle

public final class PendingGetCredentialHandle implements Parcelable


Returns a response for the IdentityCredentialClient.getCredential API that can be used to launch the credential selector UIs to finalize on a credential of the user's choice that can be used for app sign-in.

Summary

Public constructors

constructs an instance of PendingGetCredentialHandle

Public methods

final int
final @NonNull PendingIntent

the PendingIntent to launch the credential selector UI

void
writeToParcel(@NonNull Parcel dest, int flags)

Public fields

Public constructors

PendingGetCredentialHandle

public PendingGetCredentialHandle(@NonNull PendingIntent pendingIntent)

constructs an instance of PendingGetCredentialHandle

Parameters
@NonNull PendingIntent pendingIntent

the PendingIntent to launch the credential selector UI

Public methods

describeContents

public final int describeContents()

getPendingIntent

public final @NonNull PendingIntent getPendingIntent()

the PendingIntent to launch the credential selector UI

writeToParcel

public void writeToParcel(@NonNull Parcel dest, int flags)