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