updateCustomPasswordAgePolicy_Pre method

Future<UpdateCustomPasswordAgePolicyResponse> updateCustomPasswordAgePolicy_Pre(
  1. ServiceCall call,
  2. Future<UpdateCustomPasswordAgePolicyRequest> request
)

Implementation

$async.Future<$1.UpdateCustomPasswordAgePolicyResponse>
    updateCustomPasswordAgePolicy_Pre(
        $grpc.ServiceCall call,
        $async.Future<$1.UpdateCustomPasswordAgePolicyRequest>
            request) async {
  return updateCustomPasswordAgePolicy(call, await request);
}