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 |