OpenId4VpRequestOptions

constructor(credentials: Set<RequestOptionsCredential>, presentationMechanism: PresentationMechanismEnum = PresentationMechanismEnum.PresentationExchange, responseMode: OpenIdConstants.ResponseMode = OpenIdConstants.ResponseMode.Fragment, responseUrl: String? = null, responseType: String = VP_TOKEN, state: String = uuid4().toString(), encryption: Boolean = false, transactionData: List<TransactionData>? = null, expectedOrigins: List<String>? = null, populateClientId: Boolean = true)(source)