Package-level declarations
Functions
Link copied to clipboard
fun ProvisioningBottomSheet(modifier: Modifier = Modifier, provisioningModel: ProvisioningModel, waitForRedirectLinkInvocation: suspend (state: String) -> String, onFinishedProvisioning: (document: Document?, isNewlyIssued: Boolean) -> Unit = { _, _ -> }, issuerUrl: String? = null, clientPreferences: OpenID4VCIClientPreferences? = null, backend: OpenID4VCIBackend? = null)
Bottom sheet that interacts with the user and drives credential provisioning in the given ProvisioningModel, only visible when model state is not ProvisioningModel.Idle.