RPConsentReviewStep constructor
Returns an initialized Consent Review Step
If the consent document doesn't have any signatures then no signature collection stage is part of the flow. On how to specify a signature go to RPConsentSignature.
Implementation
RPConsentReviewStep(String identifier, RPConsentDocument consentDocument) : super(identifier) {
_consentDocument = consentDocument;
}