getPasswordComplexityPolicy_Pre method

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

Implementation

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