Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Functions
Link copied to clipboard
Decodes Digital Credentials API request options from their JSON representation.
Link copied to clipboard
fun DigitalCredentialRequestOptions.toRequestParametersFrom(selectedProtocol: ExchangeProtocolIdentifier, credentialIds: Collection<String>, callingOrigin: String, callingPackageName: String? = null): RequestParametersFrom.DcApiRequest
fun DigitalCredentialRequestOptions.toRequestParametersFrom(selectedProtocol: String, credentialIds: Collection<String>, callingOrigin: String, callingPackageName: String? = null): RequestParametersFrom.DcApiRequest
Selects selectedProtocol and wraps its request data with metadata supplied by the platform matcher.