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 android.credentials.CredentialManager#getCredential(android.content.Context,android.credentials.PrepareGetCredentialResponse.PendingGetCredentialHandle,android.os.CancellationSignal,java.util.concurrent.Executor,android.os.OutcomeReceiver) to perform the remaining flows to officially retrieve a credential.
