Authorizes the client with a JWT and refresh token.
Future<bool> authorize({required String jwt, required String refreshToken});