getRawStep abstract method

Future<String> getRawStep(
  1. String input
)

Perform a SASL step with input as the already parsed input data. Returns the base64-encoded response data.

Implementation

Future<String> getRawStep(String input);