Stay organized with collections
Save and categorize content based on your preferences.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# PrepareGetCredentialResponse.PendingGetCredentialHandle\n\nAdded in [API level 34](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nPendingGetCredentialHandle\n==========================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/credentials/PrepareGetCredentialResponse.PendingGetCredentialHandle \"View this page in Java\") \n\n```\nclass PendingGetCredentialHandle\n```\n\n|---|----------------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.credentials.PrepareGetCredentialResponse.PendingGetCredentialHandle](#) |\n\nA 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)](/reference/kotlin/android/credentials/CredentialManager#getCredential(android.content.Context,%20android.credentials.PrepareGetCredentialResponse.PendingGetCredentialHandle,%20android.os.CancellationSignal,%20java.util.concurrent.Executor,%20android.os.OutcomeReceiver)) to perform the remaining flows to officially retrieve a credential.\n\nSummary\n-------"]]