getJWTNonce method

Future<String> getJWTNonce()

Implementation

Future<String> getJWTNonce() async {
  return getNonceImpl().run(_dio).runOrThrow();
}