signOff

fun signOff(block: suspend (HttpRequest) -> HttpRequest)

Adds a sign off block to the workflow.

Parameters

block

The block to be added.