PendingGetCredentialHandle

class PendingGetCredentialHandle : 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 functions

final Int
open Unit
writeToParcel(dest: Parcel, flags: Int)

Public properties

PendingIntent

the PendingIntent to launch the credential selector UI

Public companion properties

Public constructors

PendingGetCredentialHandle

PendingGetCredentialHandle(pendingIntent: PendingIntent)

constructs an instance of PendingGetCredentialHandle

Parameters
pendingIntent: PendingIntent

the PendingIntent to launch the credential selector UI

Public functions

describeContents

final fun describeContents(): Int

writeToParcel

open fun writeToParcel(dest: Parcel, flags: Int): Unit

Public properties

pendingIntent

val pendingIntentPendingIntent

the PendingIntent to launch the credential selector UI