🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

CredentialRequestData

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

Source set: Android
public class CredentialRequestData(
    public val request: GetCredentialRequest,
    public 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

Content updated: