Added in API level 34

PendingGetCredentialHandle


class PendingGetCredentialHandle
kotlin.Any
   ↳ android.credentials.PrepareGetCredentialResponse.PendingGetCredentialHandle

A handle that represents a pending get-credential operation. Pass this handle to CredentialManager.getCredential(Context, PendingGetCredentialHandle, CancellationSignal, Executor, OutcomeReceiver) to perform the remaining flows to officially retrieve a credential.

Summary