Composables UI is out: our new component library for Compose Multiplatform ->
Class

CredentialRequestData

Transports a credential request and its callback through the semantics tree.

Source set: Android
@RequiresApi(34)
class CredentialRequestData(
    val request: GetCredentialRequest,
    val callback: OutcomeReceiver<GetCredentialResponse, GetCredentialException>,
)

Transports a credential request and its callback through the semantics tree.

Parameters

request credential request containing configuration for retrieving credentials
callback callback to receive the credential response or exception

Last updated: