PrepareGetCredentialResponse.PendingGetCredentialHandle


@RequiresApi(value = 34)
class PrepareGetCredentialResponse.PendingGetCredentialHandle


A handle that represents a pending get-credential operation. Pass this handle to CredentialManager.getCredential or CredentialManager.getCredentialAsync to perform the remaining flows to officially retrieve a credential.

Throws
kotlin.NullPointerException

If frameworkHandle is null at API level >= 34.

Summary

Public constructors

PendingGetCredentialHandle

Added in 1.2.0
PendingGetCredentialHandle(
    frameworkHandle: PrepareGetCredentialResponse.PendingGetCredentialHandle?
)
Parameters
frameworkHandle: PrepareGetCredentialResponse.PendingGetCredentialHandle?

the framework handle representing this pending operation. Must not be null at API level >= 34.