getPasswordComplexityPolicy_Pre method

Future<GetPasswordComplexityPolicyResponse> getPasswordComplexityPolicy_Pre(
  1. ServiceCall call,
  2. Future<GetPasswordComplexityPolicyRequest> request
)

Implementation

$async.Future<$1.GetPasswordComplexityPolicyResponse>
    getPasswordComplexityPolicy_Pre($grpc.ServiceCall call,
        $async.Future<$1.GetPasswordComplexityPolicyRequest> request) async {
  return getPasswordComplexityPolicy(call, await request);
}