ConsentPromptRequest
constructor(requester: Requester, trustedRequesterIdentity: TrustedRequesterIdentity?, consentData: ConsentData, preselectedDocuments: List<Document>, onDocumentsInFocus: (documents: List<Document>) -> Unit)
Parameters
requester
the relying party which is requesting the data.
trustedRequesterIdentity
conveys the level of trust in the requester, if any.
consentData
the combinations of credentials and claims that the user can select.
preselectedDocuments
a list of documents the user may have preselected earlier (for example an OS-provided credential picker like Android's Credential Manager) or the empty list if the user didn't preselect.
onDocumentsInFocus
called with the documents currently selected for the user, including when first shown. If the user selects a different set of documents in the prompt, this will be called again.