getAuth method

Future<Response> getAuth(
  1. String path,
  2. PrivateKey withPrivateKey
)

Implementation

Future<Response> getAuth(String path, PrivateKey withPrivateKey) async {
  return await get(path, customHeaders: _authHeader(withPrivateKey));
}